diff options
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_file.c b/fs/xfs/linux-2.6/xfs_file.c index 70662371bb11..3d4f6dff2113 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( | |||
299 | 299 | ||
300 | STATIC int | 300 | STATIC int |
301 | xfs_file_close( | 301 | xfs_file_close( |
302 | struct file *filp) | 302 | struct file *filp, |
303 | fl_owner_t id) | ||
303 | { | 304 | { |
304 | return -bhv_vop_close(vn_from_inode(filp->f_dentry->d_inode), 0, | 305 | return -bhv_vop_close(vn_from_inode(filp->f_dentry->d_inode), 0, |
305 | file_count(filp) > 1 ? L_FALSE : L_TRUE, NULL); | 306 | file_count(filp) > 1 ? L_FALSE : L_TRUE, NULL); |