summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/xattr.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2014-01-29 23:59:19 -0800
committerAl Viro <viro@zeniv.linux.org.uk>2014-01-31 14:44:39 -0500
commitb168fff72109a3627686578e31e745f778832f98 (patch)
treec8ab8ef8d5e0e0c47bba1f348713cd6486e63ab5 /fs/hfsplus/xattr.h
parente5fbf67dab3341133d4ee3b1c8ce780e087733ba (diff)
downloadlinux-b168fff72109a3627686578e31e745f778832f98.tar.bz2
hfsplus: use xattr handlers for removexattr
hfsplus was already using the handlers for get and set operations, and with the removal of can_set_xattr we've now allow operations that wouldn't otherwise be allowed. With this we can also centralize the special-casing of the osx. attrs that don't have prefixes on disk in the osx xattr handlers. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hfsplus/xattr.h')
-rw-r--r--fs/hfsplus/xattr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/hfsplus/xattr.h b/fs/hfsplus/xattr.h
index 9e214490c313..288530cf80b5 100644
--- a/fs/hfsplus/xattr.h
+++ b/fs/hfsplus/xattr.h
@@ -40,8 +40,6 @@ static inline ssize_t hfsplus_getxattr(struct dentry *dentry,
ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size);
-int hfsplus_removexattr(struct dentry *dentry, const char *name);
-
int hfsplus_init_security(struct inode *inode, struct inode *dir,
const struct qstr *qstr);