summaryrefslogtreecommitdiff
path: root/include/linux/fs_types.h
AgeCommit message (Collapse)Author
2019-01-21fs: common implementation of file typePhillip Potter
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>