mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
420a62dde6
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>
9 lines
234 B
Makefile
9 lines
234 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the overlay filesystem.
|
|
#
|
|
|
|
obj-$(CONFIG_OVERLAY_FS) += overlay.o
|
|
|
|
overlay-objs := super.o namei.o util.o inode.o file.o dir.o readdir.o \
|
|
copy_up.o export.o params.o xattrs.o
|