diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/xattr.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/xattr.h b/include/linux/xattr.h index 7a378662ddff..4703f6bd1f53 100644 --- a/include/linux/xattr.h +++ b/include/linux/xattr.h | |||
@@ -84,7 +84,10 @@ ssize_t generic_getxattr(struct dentry *dentry, const char *name, void *buffer, | |||
84 | ssize_t generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size); | 84 | ssize_t generic_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size); |
85 | int generic_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags); | 85 | int generic_setxattr(struct dentry *dentry, const char *name, const void *value, size_t size, int flags); |
86 | int generic_removexattr(struct dentry *dentry, const char *name); | 86 | int generic_removexattr(struct dentry *dentry, const char *name); |
87 | 87 | ssize_t vfs_getxattr_alloc(struct dentry *dentry, const char *name, | |
88 | char **xattr_value, size_t size, gfp_t flags); | ||
89 | int vfs_xattr_cmp(struct dentry *dentry, const char *xattr_name, | ||
90 | const char *value, size_t size, gfp_t flags); | ||
88 | #endif /* __KERNEL__ */ | 91 | #endif /* __KERNEL__ */ |
89 | 92 | ||
90 | #endif /* _LINUX_XATTR_H */ | 93 | #endif /* _LINUX_XATTR_H */ |