]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xattr.c
[PATCH] x86-64: Don't allocate aperture when swiotlb is enabled and no AGP found
[linux-2.6-omap-h63xx.git] / fs / xattr.c
index dc8bc7624f26be341900d900340cb0e7bcb6ce60..3f9c64bea151fd7c6df4297e8bfa01b626a02bd5 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;