]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ovl: Move xattr support to new xattrs.c file
authorAmir Goldstein <amir73il@gmail.com>
Tue, 10 Oct 2023 11:17:59 +0000 (14:17 +0300)
committerAmir Goldstein <amir73il@gmail.com>
Mon, 30 Oct 2023 22:12:59 +0000 (00:12 +0200)
commit420a62dde6ebca7bc22e6c57c9cb25d7967ff1ea
treee10c1749020124aee4257a5d5b477f6503d651b1
parent5b02bfc1e7e3811c5bf7f0fa626a0694d0dbbd77
ovl: Move xattr support to new xattrs.c file

This moves the code from super.c and inode.c, and makes ovl_xattr_get/set()
static.

This is in preparation for doing more work on xattrs support.

Signed-off-by: Alexander Larsson <alexl@redhat.com>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/Makefile
fs/overlayfs/inode.c
fs/overlayfs/overlayfs.h
fs/overlayfs/super.c
fs/overlayfs/xattrs.c [new file with mode: 0644]