commit | d5dc7486e8c6dd860b81842cd5d999e3782d5795 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Wed Sep 02 10:58:48 2020 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Sep 02 10:58:48 2020 +0200 |
tree | 867936ac16b66ce60034daa8ce09eabfda6eb9b7 | |
parent | 92f0d6c9cfcf1f1fa54251353a9c4cd63fa30544 [diff] |
ovl: use ovl_do_getxattr() for private xattr Use the convention of calling ovl_do_foo() for operations which are overlay specific. This patch is a no-op, and will have significance for supporting "user.overlay." xattr namespace. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>