aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/xattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/xattr.h')
-rw-r--r--fs/jffs2/xattr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/xattr.h b/fs/jffs2/xattr.h
index 0360097e5933..762814b7107b 100644
--- a/fs/jffs2/xattr.h
+++ b/fs/jffs2/xattr.h
@@ -69,7 +69,8 @@ extern struct jffs2_xattr_datum *jffs2_setup_xattr_datum(struct jffs2_sb_info *c
69extern void jffs2_xattr_delete_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic); 69extern void jffs2_xattr_delete_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
70extern void jffs2_xattr_free_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic); 70extern void jffs2_xattr_free_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
71 71
72extern int jffs2_garbage_collect_xattr(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic); 72extern int jffs2_garbage_collect_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd);
73extern int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref);
73extern int jffs2_verify_xattr(struct jffs2_sb_info *c); 74extern int jffs2_verify_xattr(struct jffs2_sb_info *c);
74 75
75extern int do_jffs2_getxattr(struct inode *inode, int xprefix, const char *xname, 76extern int do_jffs2_getxattr(struct inode *inode, int xprefix, const char *xname,
@@ -94,7 +95,6 @@ extern ssize_t jffs2_listxattr(struct dentry *, char *, size_t);
94 95
95#define jffs2_xattr_delete_inode(c, ic) 96#define jffs2_xattr_delete_inode(c, ic)
96#define jffs2_xattr_free_inode(c, ic) 97#define jffs2_xattr_free_inode(c, ic)
97#define jffs2_garbage_collect_xattr(c, ic) (1)
98#define jffs2_verify_xattr(c) (1) 98#define jffs2_verify_xattr(c) (1)
99 99
100#define jffs2_xattr_handlers NULL 100#define jffs2_xattr_handlers NULL