-
- Downloads
libfs: Add directory operations for stable offsets
Create a vector of directory operations in fs/libfs.c that handles directory seeks and readdir via stable offsets instead of the current cursor-based mechanism. For the moment these are unused. Signed-off-by:Chuck Lever <chuck.lever@oracle.com> Message-Id: <168814732984.530310.11190772066786107220.stgit@manet.1015granger.net> Signed-off-by:
Christian Brauner <brauner@kernel.org>
Showing
- Documentation/filesystems/locking.rst 5 additions, 3 deletionsDocumentation/filesystems/locking.rst
- Documentation/filesystems/vfs.rst 5 additions, 1 deletionDocumentation/filesystems/vfs.rst
- fs/libfs.c 248 additions, 0 deletionsfs/libfs.c
- include/linux/fs.h 18 additions, 0 deletionsinclude/linux/fs.h
Loading