summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorPhillip Potter2019-01-21 01:54:27 +0100
committerJan Kara2019-01-21 17:48:13 +0100
commitbbe7449e2599b58cf7b995461e2189998111f907 (patch)
tree45fb7c60c894558ebbeda7c2c444447739c8cd02 /fs/Makefile
parentLinux 5.0-rc3 (diff)
downloadkernel-qcow2-linux-bbe7449e2599b58cf7b995461e2189998111f907.tar.gz
kernel-qcow2-linux-bbe7449e2599b58cf7b995461e2189998111f907.tar.xz
kernel-qcow2-linux-bbe7449e2599b58cf7b995461e2189998111f907.zip
fs: common implementation of file type
Many file systems use a copy&paste implementation of dirent to on-disk file type conversions. Create a common implementation to be used by file systems with some useful conversion helpers to reduce open coded file type conversions in file system code. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 293733f61594..23fcd8c164a3 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -12,7 +12,8 @@ obj-y := open.o read_write.o file_table.o super.o \
attr.o bad_inode.o file.o filesystems.o namespace.o \
seq_file.o xattr.o libfs.o fs-writeback.o \
pnode.o splice.o sync.o utimes.o d_path.o \
- stack.o fs_struct.o statfs.o fs_pin.o nsfs.o
+ stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
+ fs_types.o
ifeq ($(CONFIG_BLOCK),y)
obj-y += buffer.o block_dev.o direct-io.o mpage.o