X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fxattr.c;h=3f9c64bea151fd7c6df4297e8bfa01b626a02bd5;hb=2de93fbf3c427df010b5a923c302e20c143d60cf;hp=dc8bc7624f26be341900d900340cb0e7bcb6ce60;hpb=f549d6c18c0e8e6cf1bf0e7a47acc1daf7e2cec1;p=linux-2.6 diff --git a/fs/xattr.c b/fs/xattr.c index dc8bc7624f..3f9c64bea1 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;