mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
8ed5eec9d6
Encode overlay file handles as struct ovl_fh containing the file handle encoding of the real upper inode. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
9 lines
169 B
Makefile
9 lines
169 B
Makefile
#
|
|
# Makefile for the overlay filesystem.
|
|
#
|
|
|
|
obj-$(CONFIG_OVERLAY_FS) += overlay.o
|
|
|
|
overlay-objs := super.o namei.o util.o inode.o dir.o readdir.o copy_up.o \
|
|
export.o
|