diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-03-18 21:15:58 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-03-18 21:15:58 +0300 |
commit | 0d7ca657df77a3d97698d6ec392894362d2ad334 (patch) | |
tree | c67c720649e865ac9836c585411504c661ce9e3b /MAINTAINERS | |
parent | 0a7b0acecea273c8816f4f5b0e189989470404cf (diff) | |
parent | 77a28aa476873048024ad56daf8f4f17d58ee48e (diff) | |
download | linux-0d7ca657df77a3d97698d6ec392894362d2ad334.tar.xz |
Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs
Pull overlayfs fixes from Amir Goldstein:
"Only minor fixes:
- Fix uncalled for WARN_ON from v6.8-rc1
- Fix the overlayfs MAINTAINERS entry"
* tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs:
ovl: relax WARN_ON in ovl_verify_area()
MAINTAINERS: update overlayfs git tree
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d4300cab7062..0f9dd24acc43 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16588,7 +16588,7 @@ M: Miklos Szeredi <miklos@szeredi.hu> M: Amir Goldstein <amir73il@gmail.com> L: linux-unionfs@vger.kernel.org S: Supported -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git F: Documentation/filesystems/overlayfs.rst F: fs/overlayfs/ |