Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267850 > unrolled thread
| Started by | David Howells <dhowells@redhat.com> |
|---|---|
| First post | 2015-11-12 12:50 +0100 |
| Last post | 2015-11-12 12:50 +0100 |
| Articles | 3 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/2] FS-Cache: More miscellany David Howells <dhowells@redhat.com> - 2015-11-12 12:50 +0100
[PATCH 2/2] MAINTAINERS: linux-cachefs@redhat.com is moderated for non-subscribers David Howells <dhowells@redhat.com> - 2015-11-12 12:50 +0100
Re: [PATCH 0/2] FS-Cache: More miscellany David Howells <dhowells@redhat.com> - 2015-11-12 12:50 +0100
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2015-11-12 12:50 +0100 |
| Subject | [PATCH 0/2] FS-Cache: More miscellany |
| Message-ID | <qtYy6-8le-7@gated-at.bofh.it> |
Attached are another couple of miscellaneous bits in FS-Cache and
CacheFiles:
(1) Fix an uninitialised error value.
(2) In MAINTAINERS, mark the mailing list as being moderated for
non-subscribers.
These can also be found here:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=fscache-fixes
David
---
Geert Uytterhoeven (2):
FS-Cache: Add missing initialization of ret in cachefiles_write_page()
MAINTAINERS: linux-cachefs@redhat.com is moderated for non-subscribers
MAINTAINERS | 4 ++--
fs/cachefiles/rdwr.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2015-11-12 12:50 +0100 |
| Subject | [PATCH 2/2] MAINTAINERS: linux-cachefs@redhat.com is moderated for non-subscribers |
| Message-ID | <qtYy6-8le-19@gated-at.bofh.it> |
| In reply to | #1267850 |
From: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: David Howells <dhowells@redhat.com> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 35fe7ae0492e..470605885f01 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2545,7 +2545,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/ @@ -4558,7 +4558,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/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Date | 2015-11-12 12:50 +0100 |
| Message-ID | <qtYy7-8le-29@gated-at.bofh.it> |
| In reply to | #1267850 |
Let me resend this with the correct cc list. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web