]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/nilfs2/btree.c
nilfs2: avoid bare use of 'unsigned'
[linux-beck.git] / fs / nilfs2 / btree.c
index 8fc73d0a923ca4816208dfb9dc36ec1036ae5545..57ec6af28b4985e9383450f228aaa45234ca29bd 100644 (file)
@@ -685,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;