ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
authorMiklos Szeredi <mszeredi@redhat.com>
Wed, 2 Sep 2020 08:58:48 +0000 (10:58 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 2 Sep 2020 08:58:48 +0000 (10:58 +0200)
commit7109704705a4d80516de00779bba38b3844bff13
tree5a5ecfa5adb480ed1d3fd6a3a7412726f26c71e1
parentd5dc7486e8c6dd860b81842cd5d999e3782d5795
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>
fs/overlayfs/copy_up.c
fs/overlayfs/super.c