diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 |
| commit | 5a2cec83a9bb1b4295aa8ab728fcb8ca1811a33c (patch) | |
| tree | 2f83dc6949763e77cf6422e696dc6146684dcf4e /fs/xattr.c | |
| parent | f2c853bca542f5ac0b036377637192a74f2091c2 (diff) | |
| parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) | |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'fs/xattr.c')
| -rw-r--r-- | fs/xattr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/xattr.c b/fs/xattr.c index dc8bc7624f26..3f9c64bea151 100644 --- a/fs/xattr.c +++ b/fs/xattr.c | |||
| @@ -325,6 +325,8 @@ removexattr(struct dentry *d, char __user *name) | |||
| 325 | down(&d->d_inode->i_sem); | 325 | down(&d->d_inode->i_sem); |
| 326 | error = d->d_inode->i_op->removexattr(d, kname); | 326 | error = d->d_inode->i_op->removexattr(d, kname); |
| 327 | up(&d->d_inode->i_sem); | 327 | up(&d->d_inode->i_sem); |
| 328 | if (!error) | ||
| 329 | fsnotify_xattr(d); | ||
| 328 | } | 330 | } |
| 329 | out: | 331 | out: |
| 330 | return error; | 332 | return error; |
