diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-17 10:11:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-17 10:11:08 -0800 |
commit | a18ab2f6cb79eeccedea61b8c7bf71d24e087d42 (patch) | |
tree | 152c36ff5c2070276ac2f4de326794217b9f10a2 /MAINTAINERS | |
parent | 864f83a1f65bc8614705fc7c053969bb09939215 (diff) | |
parent | e62d6e244f759556b569801c38dc4ca27a58bd18 (diff) | |
download | linux-a18ab2f6cb79eeccedea61b8c7bf71d24e087d42.tar.gz linux-a18ab2f6cb79eeccedea61b8c7bf71d24e087d42.tar.bz2 linux-a18ab2f6cb79eeccedea61b8c7bf71d24e087d42.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro:
"A fs-cache regression fix, and adding a warning about obnoxiou^W
moderation of list given in MAINTAINERS"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
MAINTAINERS: linux-cachefs@redhat.com is moderated for non-subscribers
FS-Cache: Add missing initialization of ret in cachefiles_write_page()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b28828..78d9cbf96683 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2546,7 +2546,7 @@ F: arch/c6x/ CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS M: David Howells <dhowells@redhat.com> -L: linux-cachefs@redhat.com +L: linux-cachefs@redhat.com (moderated for non-subscribers) S: Supported F: Documentation/filesystems/caching/cachefiles.txt F: fs/cachefiles/ @@ -4559,7 +4559,7 @@ F: include/linux/frontswap.h FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS M: David Howells <dhowells@redhat.com> -L: linux-cachefs@redhat.com +L: linux-cachefs@redhat.com (moderated for non-subscribers) S: Supported F: Documentation/filesystems/caching/ F: fs/fscache/ |