diff options
Diffstat (limited to 'fs/xfs/xfs_dir2.h')
-rw-r--r-- | fs/xfs/xfs_dir2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dir2.h b/fs/xfs/xfs_dir2.h index 9b709ae3ba1e..1292e780e5b7 100644 --- a/fs/xfs/xfs_dir2.h +++ b/fs/xfs/xfs_dir2.h | |||
@@ -146,8 +146,8 @@ extern int xfs_dir2_sf_to_block(struct xfs_da_args *args); | |||
146 | /* | 146 | /* |
147 | * Interface routines used by userspace utilities | 147 | * Interface routines used by userspace utilities |
148 | */ | 148 | */ |
149 | extern int xfs_dir2_isblock(struct xfs_inode *dp, int *r); | 149 | extern int xfs_dir2_isblock(struct xfs_da_args *args, int *r); |
150 | extern int xfs_dir2_isleaf(struct xfs_inode *dp, int *r); | 150 | extern int xfs_dir2_isleaf(struct xfs_da_args *args, int *r); |
151 | extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db, | 151 | extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db, |
152 | struct xfs_buf *bp); | 152 | struct xfs_buf *bp); |
153 | 153 | ||