Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30146
b: refs/heads/master
c: 1e788f8
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jun 26, 2006
1 parent d35c262 commit 99e0098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61b9175808670d9abf52156803ae0ed1e3706ac4
refs/heads/master: 1e788f8d1ad71fea99a763114eae73c3ad55bc30
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 99e0098

Please sign in to comment.