diff options
Diffstat (limited to 'fs/ext3/xattr.h')
| -rw-r--r-- | fs/ext3/xattr.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/ext3/xattr.h b/fs/ext3/xattr.h index 377fe720116..32e93ebf803 100644 --- a/fs/ext3/xattr.h +++ b/fs/ext3/xattr.h @@ -60,8 +60,6 @@ struct ext3_xattr_entry {  extern const struct xattr_handler ext3_xattr_user_handler;  extern const struct xattr_handler ext3_xattr_trusted_handler; -extern const struct xattr_handler ext3_xattr_acl_access_handler; -extern const struct xattr_handler ext3_xattr_acl_default_handler;  extern const struct xattr_handler ext3_xattr_security_handler;  extern ssize_t ext3_listxattr(struct dentry *, char *, size_t); @@ -128,10 +126,10 @@ exit_ext3_xattr(void)  #ifdef CONFIG_EXT3_FS_SECURITY  extern int ext3_init_security(handle_t *handle, struct inode *inode, -				struct inode *dir); +			      struct inode *dir, const struct qstr *qstr);  #else  static inline int ext3_init_security(handle_t *handle, struct inode *inode, -				struct inode *dir) +				     struct inode *dir, const struct qstr *qstr)  {  	return 0;  }  | 
