Message ID | 168814723481.530310.17776748558242063239.stgit@manet.1015granger.net (mailing list archive) |
---|---|
Headers | show |
Series | shmemfs stable directory offsets | expand |
On Fri, 30 Jun 2023 13:48:43 -0400, Chuck Lever wrote: > The following series implements stable directory offsets for > shmemfs/tmpfs and provides infrastructure for use by other file > systems that are based on simplefs. > > > Changes since v6: > - Add appropriate documentation > > [...] I've folded in the mentioned changes to make offset types consistent. Thanks for adding documentation for the new i_op. --- Applied to the vfs.readdir branch of the vfs/vfs.git tree. Patches in the vfs.readdir branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.readdir [1/3] libfs: Add directory operations for stable offsets https://git.kernel.org/vfs/vfs/c/7a3472ae9614 [2/3] shmem: Refactor shmem_symlink() https://git.kernel.org/vfs/vfs/c/0462391d6d03 [3/3] shmem: stable directory offsets https://git.kernel.org/vfs/vfs/c/ddb7bcf8430a