Message ID | 20240111101634.GV1674809@ZenIV (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [git,pull] vfs.git minixfs series | expand |
The pull request you sent on Thu, 11 Jan 2024 10:16:34 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-minix
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2f444347a8d6b03b4e6a9aeff13d67b8cbbe08ce
Thank you!
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-minix for you to fetch changes up to 41e9a7faff514fcb2d4396b0ffde30386a153c7f: minixfs: switch to kmap_local_page() (2023-12-18 21:07:29 -0500) ---------------------------------------------------------------- minixfs kmap_local_page() switchover and related fixes - very similar to sysv series. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---------------------------------------------------------------- Al Viro (4): minixfs: use offset_in_page() minixfs: change the signature of dir_get_page() minixfs: Use dir_put_page() in minix_unlink() and minix_rename() minixfs: switch to kmap_local_page() fs/minix/dir.c | 83 +++++++++++++++++++++++--------------------------------- fs/minix/namei.c | 12 +++----- 2 files changed, 38 insertions(+), 57 deletions(-)