--- zzzz-none-000/linux-3.10.107/fs/jfs/jfs_acl.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/fs/jfs/jfs_acl.h 2021-02-04 17:41:59.000000000 +0000 @@ -21,8 +21,8 @@ #ifdef CONFIG_JFS_POSIX_ACL struct posix_acl *jfs_get_acl(struct inode *inode, int type); +int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type); int jfs_init_acl(tid_t, struct inode *, struct inode *); -int jfs_acl_chmod(struct inode *inode); #else @@ -31,11 +31,6 @@ { return 0; } - -static inline int jfs_acl_chmod(struct inode *inode) -{ - return 0; -} #endif #endif /* _H_JFS_ACL */