commit | 7109704705a4d80516de00779bba38b3844bff13 | [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 | 5a5ecfa5adb480ed1d3fd6a3a7412726f26c71e1 | |
parent | d5dc7486e8c6dd860b81842cd5d999e3782d5795 [diff] |
ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs Call ovl_do_*xattr() when accessing an overlay private xattr, vfs_*xattr() otherwise. This has an effect on debug output, which is made more consistent by this patch. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>