X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fnilfs2%2Fbtree.c;h=57ec6af28b4985e9383450f228aaa45234ca29bd;hb=0c6c44cb9f93f7c0ad803b41ae7c0b08cf6942e2;hp=3a3821b00486b531e72ff931be80b3627a0ddca1;hpb=83f1bfd6f57c422da70d1e296df1becc35c868be;p=cascardo%2Flinux.git diff --git a/fs/nilfs2/btree.c b/fs/nilfs2/btree.c index 3a3821b00486..57ec6af28b49 100644 --- a/fs/nilfs2/btree.c +++ b/fs/nilfs2/btree.c @@ -13,11 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - * Written by Koji Sato . + * Written by Koji Sato. */ #include @@ -689,7 +685,8 @@ static int nilfs_btree_lookup(const struct nilfs_bmap *btree, } static int nilfs_btree_lookup_contig(const struct nilfs_bmap *btree, - __u64 key, __u64 *ptrp, unsigned maxblocks) + __u64 key, __u64 *ptrp, + unsigned int maxblocks) { struct nilfs_btree_path *path; struct nilfs_btree_node *node;