diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index d12d805f20a5..ab64f3efb43b 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c | |||
@@ -59,7 +59,7 @@ xfs_ialloc_cluster_alignment( | |||
59 | /* | 59 | /* |
60 | * Lookup a record by ino in the btree given by cur. | 60 | * Lookup a record by ino in the btree given by cur. |
61 | */ | 61 | */ |
62 | STATIC int /* error */ | 62 | int /* error */ |
63 | xfs_inobt_lookup( | 63 | xfs_inobt_lookup( |
64 | struct xfs_btree_cur *cur, /* btree cursor */ | 64 | struct xfs_btree_cur *cur, /* btree cursor */ |
65 | xfs_agino_t ino, /* starting inode of chunk */ | 65 | xfs_agino_t ino, /* starting inode of chunk */ |