mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:27:46 +00:00
Remove FS::read_entire_inode() in favor of Inode::read_entire().
This commit is contained in:
parent
04ee693925
commit
7bc41532be
9 changed files with 9 additions and 66 deletions
|
@ -35,7 +35,6 @@ VFS_OBJS = \
|
|||
../VirtualFileSystem/FileSystem.o \
|
||||
../VirtualFileSystem/DiskBackedFileSystem.o \
|
||||
../VirtualFileSystem/Ext2FileSystem.o \
|
||||
../VirtualFileSystem/InodeIdentifier.o \
|
||||
../VirtualFileSystem/VirtualFileSystem.o \
|
||||
../VirtualFileSystem/FileDescriptor.o \
|
||||
../VirtualFileSystem/SyntheticFileSystem.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue