+1
−0
+2
−1
fs/fs_types.c
0 → 100644
+105
−0
+1
−16
include/linux/fs_types.h
0 → 100644
+75
−0
Loading
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>