aboutsummaryrefslogtreecommitdiff
path: root/include/fs_internal.h
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek BehĂșn1-0/+17
The ext4, reiserfs and zfs filesystems all have their own implementation of the same function, *_devread. Generalize this function into fs_devread and put the code into fs/fs_internal.c. Signed-off-by: Marek Behun <marek.behun@nic.cz> [trini: Move fs/fs_internal.o hunk to the end of fs/Makefile as all cases need it] Signed-off-by: Tom Rini <trini@konsulko.com>