Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7369
b: refs/heads/master
c: b800685
h: refs/heads/master
i:
  7367: 2d8e76e
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Sep 7, 2005
1 parent 374d954 commit 26bc7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90563ec4129f14d19f018240d1d3ff5c0e5e6392
refs/heads/master: b80068543794864f533163c586be2a1a9880a65d
2 changes: 2 additions & 0 deletions trunk/fs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ removexattr(struct dentry *d, char __user *name)
down(&d->d_inode->i_sem);
error = d->d_inode->i_op->removexattr(d, kname);
up(&d->d_inode->i_sem);
if (!error)
fsnotify_xattr(d);
}
out:
return error;
Expand Down

0 comments on commit 26bc7d9

Please sign in to comment.