X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Fxattr.c;h=3f9c64bea151fd7c6df4297e8bfa01b626a02bd5;hb=4a805e863d6b9466baf7084e1d6fdbe6e0628d8e;hp=dc8bc7624f26be341900d900340cb0e7bcb6ce60;hpb=babf68de5848f7e4b97c9c4a2d5e30598b825387;p=linux-2.6-omap-h63xx.git diff --git a/fs/xattr.c b/fs/xattr.c index dc8bc7624f2..3f9c64bea15 100644 --- a/fs/xattr.c +++ b/fs/xattr.c @@ -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;