diff options
Diffstat (limited to 'fs/ocfs2/xattr.h')
-rw-r--r-- | fs/ocfs2/xattr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/xattr.h b/fs/ocfs2/xattr.h index 188ef6ba6836..86aa10ffe3f3 100644 --- a/fs/ocfs2/xattr.h +++ b/fs/ocfs2/xattr.h | |||
@@ -43,6 +43,8 @@ extern struct xattr_handler ocfs2_xattr_security_handler; | |||
43 | extern struct xattr_handler *ocfs2_xattr_handlers[]; | 43 | extern struct xattr_handler *ocfs2_xattr_handlers[]; |
44 | 44 | ||
45 | ssize_t ocfs2_listxattr(struct dentry *, char *, size_t); | 45 | ssize_t ocfs2_listxattr(struct dentry *, char *, size_t); |
46 | int ocfs2_xattr_get_nolock(struct inode *, struct buffer_head *, int, | ||
47 | const char *, void *, size_t); | ||
46 | int ocfs2_xattr_set(struct inode *, int, const char *, const void *, | 48 | int ocfs2_xattr_set(struct inode *, int, const char *, const void *, |
47 | size_t, int); | 49 | size_t, int); |
48 | int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *, | 50 | int ocfs2_xattr_set_handle(handle_t *, struct inode *, struct buffer_head *, |