diff options
author | Dave Chinner <david@fromorbit.com> | 2014-09-09 13:25:31 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-09-09 13:25:31 +1000 |
commit | a4241aebe924136d6838fd516da6daa727fcd728 (patch) | |
tree | 5a69b8c8e2ab358ad490150c2bd5b0c53893b5e7 /fs/xfs/libxfs/xfs_dir2.h | |
parent | 41b9d7263ea1e270019c5d04fa0ab15db50b9725 (diff) | |
parent | ab6978c295b074eb2ba4b06fdf206c7ab4f293e5 (diff) |
Merge branch 'xfs-misc-fixes-for-3.18-1' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_dir2.h')
-rw-r--r-- | fs/xfs/libxfs/xfs_dir2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_dir2.h b/fs/xfs/libxfs/xfs_dir2.h index c8e86b0b5e9..4dff261e6ed 100644 --- a/fs/xfs/libxfs/xfs_dir2.h +++ b/fs/xfs/libxfs/xfs_dir2.h @@ -136,7 +136,7 @@ extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp, xfs_fsblock_t *first, struct xfs_bmap_free *flist, xfs_extlen_t tot); extern int xfs_dir_canenter(struct xfs_trans *tp, struct xfs_inode *dp, - struct xfs_name *name, uint resblks); + struct xfs_name *name); /* * Direct call from the bmap code, bypassing the generic directory layer. |