aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/zpl.h')
-rw-r--r--include/sys/zpl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/zpl.h b/include/sys/zpl.h
index 906b5a73d..2770e59b2 100644
--- a/include/sys/zpl.h
+++ b/include/sys/zpl.h
@@ -60,7 +60,8 @@ extern struct file_system_type zpl_fs_type;
/* zpl_xattr.c */
extern ssize_t zpl_xattr_list(struct dentry *dentry, char *buf, size_t size);
-extern int zpl_xattr_security_init(struct inode *ip, struct inode *dip);
+extern int zpl_xattr_security_init(struct inode *ip, struct inode *dip,
+ const struct qstr *qstr);
extern xattr_handler_t *zpl_xattr_handlers[];