summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_inode_fork.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2014-04-14 19:04:46 +1000
committerDave Chinner <david@fromorbit.com>2014-04-14 19:04:46 +1000
commitfd9fdba6c366f6a1606572e46eebf770462ff484 (patch)
tree5909248ca36e307d1a2f7135edc38a41b04269ea /fs/xfs/xfs_inode_fork.h
parente009400870c16c2003b2183b2daa9f1e80ff516b (diff)
xfs: remove unused bp arg from xfs_iflush_fork()
Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_inode_fork.h')
-rw-r--r--fs/xfs/xfs_inode_fork.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode_fork.h b/fs/xfs/xfs_inode_fork.h
index eb329a1ea888..7d3b1ed6dcbe 100644
--- a/fs/xfs/xfs_inode_fork.h
+++ b/fs/xfs/xfs_inode_fork.h
@@ -127,8 +127,7 @@ typedef struct xfs_ifork {
int xfs_iformat_fork(struct xfs_inode *, struct xfs_dinode *);
void xfs_iflush_fork(struct xfs_inode *, struct xfs_dinode *,
- struct xfs_inode_log_item *, int,
- struct xfs_buf *);
+ struct xfs_inode_log_item *, int);
void xfs_idestroy_fork(struct xfs_inode *, int);
void xfs_idata_realloc(struct xfs_inode *, int, int);
void xfs_iroot_realloc(struct xfs_inode *, int, int);