Re: [PATCH] ocfs2: fix remounting needed after setfacl command

2020-07-19 Thread Joseph Qi
On 2020/7/17 10:37, Gang He wrote: > When use setfacl command to change a file's acl, the user cannot > get the latest acl information from the file via getfacl command, > until remounting the file system. > e.g. > setfacl -m u:ivan:rw /ocfs2/ivan > getfacl /ocfs2/ivan > getfacl: Removing leadin

[PATCH] ocfs2: fix remounting needed after setfacl command

2020-07-16 Thread Gang He
When use setfacl command to change a file's acl, the user cannot get the latest acl information from the file via getfacl command, until remounting the file system. e.g. setfacl -m u:ivan:rw /ocfs2/ivan getfacl /ocfs2/ivan getfacl: Removing leading '/' from absolute path names file: ocfs2/ivan owne