Re: [PATCH] squashfs: Add posix acl support

2018-04-09 Thread kbuild test robot
Hi Geliang, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16] [also build test ERROR on next-20180409] [cannot apply to squashfs/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] squashfs: Add posix acl support

2018-04-09 Thread Geliang Tang
Add posix acl (Access Control Lists) support for squashfs, which is marked as a todo item in squashfs' documentation. This patch implements the squashfs_get_acl function to read file's acl information from its xattr lists. Signed-off-by: Geliang Tang ---