22 Jan, 2019

1 commit

  • 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
    Signed-off-by: Phillip Potter
    Signed-off-by: Jan Kara

    Phillip Potter