From: Alexey Dobriyan Date: Sun, 25 Jun 2006 23:42:33 +0000 (-0700) Subject: [PATCH] xfs: update ->flush method proto X-Git-Tag: v2.6.18-rc1~857 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1e788f8d1ad71fea99a763114eae73c3ad55bc30;p=~shefty%2Frdma-dev.git [PATCH] xfs: update ->flush method proto Signed-off-by: Alexey Dobriyan Cc: Nathan Scott Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/xfs/linux-2.6/xfs_file.c b/fs/xfs/linux-2.6/xfs_file.c index 70662371bb1..3d4f6dff211 100644 --- a/fs/xfs/linux-2.6/xfs_file.c +++ b/fs/xfs/linux-2.6/xfs_file.c @@ -299,7 +299,8 @@ xfs_file_open( STATIC int xfs_file_close( - struct file *filp) + struct file *filp, + fl_owner_t id) { return -bhv_vop_close(vn_from_inode(filp->f_dentry->d_inode), 0, file_count(filp) > 1 ? L_FALSE : L_TRUE, NULL);