X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_xattr.h;h=e8d717dabca3eb5a2e3bcff902c34b8376b8450d;hb=8352650a5c1a3cd75476a25aaae8b1c6ade1c3f8;hp=e9e100fd7c09a90a7ba603e7f1282ae9ba15e164;hpb=8ce26169555cf5634263d39d3665e45300218a5e;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/jfs/jfs_xattr.h b/fs/jfs/jfs_xattr.h index e9e100fd7c09..e8d717dabca3 100644 --- a/fs/jfs/jfs_xattr.h +++ b/fs/jfs/jfs_xattr.h @@ -61,6 +61,8 @@ extern ssize_t jfs_getxattr(struct dentry *, const char *, void *, size_t); extern ssize_t jfs_listxattr(struct dentry *, char *, size_t); extern int jfs_removexattr(struct dentry *, const char *); +extern const struct xattr_handler *jfs_xattr_handlers[]; + #ifdef CONFIG_JFS_SECURITY extern int jfs_init_security(tid_t, struct inode *, struct inode *, const struct qstr *);