commit | 39a25b2b37629f65e5a1eba1b353d0b47687c2ca | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Fri Jul 01 16:34:26 2016 -0400 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Jul 29 12:05:23 2016 +0200 |
tree | 9e167746ccbd3779aefa536d4e94d9b15009be8c | |
parent | 72e48481815eeca72fc886b3be91301ad87d6aeb [diff] |
ovl: define ->get_acl() for overlay inodes Now we are planning to do DAC permission checks on overlay inode itself. And to make it work, we will need to make sure we can get acls from underlying inode. So define ->get_acl() for overlay inodes and this in turn calls into underlying filesystem to get acls, if any. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>