diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2015-12-02 08:44:33 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-12-06 21:25:16 -0500 |
commit | 80602324d5a02fea97ed1328ba04e5d7f10aaff8 (patch) | |
tree | 32d9b0fe80ca80aa7897c0fbcf89f361f79fb7e4 /include/linux/xattr.h | |
parent | 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9 (diff) |
vfs: Remove vfs_xattr_cmp
This function was only briefly used in security/integrity/evm, between
commits 66dbc325 and 15647eb3.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/xattr.h')
-rw-r--r-- | include/linux/xattr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/xattr.h b/include/linux/xattr.h index 89474b9d260c..45fa3456a0cc 100644 --- a/include/linux/xattr.h +++ b/include/linux/xattr.h | |||
@@ -53,8 +53,6 @@ int generic_setxattr(struct dentry *dentry, const char *name, const void *value, | |||
53 | int generic_removexattr(struct dentry *dentry, const char *name); | 53 | int generic_removexattr(struct dentry *dentry, const char *name); |
54 | ssize_t vfs_getxattr_alloc(struct dentry *dentry, const char *name, | 54 | ssize_t vfs_getxattr_alloc(struct dentry *dentry, const char *name, |
55 | char **xattr_value, size_t size, gfp_t flags); | 55 | char **xattr_value, size_t size, gfp_t flags); |
56 | int vfs_xattr_cmp(struct dentry *dentry, const char *xattr_name, | ||
57 | const char *value, size_t size, gfp_t flags); | ||
58 | 56 | ||
59 | struct simple_xattrs { | 57 | struct simple_xattrs { |
60 | struct list_head head; | 58 | struct list_head head; |