[PATCH] x86{-64}: Remove old hack that disabled mmconfig support on AMD systems.
[pandora-kernel.git] / fs / xattr.c
index dc8bc76..3f9c64b 100644 (file)
@@ -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;