diff options
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | fs/cachefiles/rdwr.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e9caa4b28828..78d9cbf96683 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2546,7 +2546,7 @@ F: arch/c6x/ | |||
2546 | 2546 | ||
2547 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS | 2547 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
2548 | M: David Howells <dhowells@redhat.com> | 2548 | M: David Howells <dhowells@redhat.com> |
2549 | L: linux-cachefs@redhat.com | 2549 | L: linux-cachefs@redhat.com (moderated for non-subscribers) |
2550 | S: Supported | 2550 | S: Supported |
2551 | F: Documentation/filesystems/caching/cachefiles.txt | 2551 | F: Documentation/filesystems/caching/cachefiles.txt |
2552 | F: fs/cachefiles/ | 2552 | F: fs/cachefiles/ |
@@ -4559,7 +4559,7 @@ F: include/linux/frontswap.h | |||
4559 | 4559 | ||
4560 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS | 4560 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
4561 | M: David Howells <dhowells@redhat.com> | 4561 | M: David Howells <dhowells@redhat.com> |
4562 | L: linux-cachefs@redhat.com | 4562 | L: linux-cachefs@redhat.com (moderated for non-subscribers) |
4563 | S: Supported | 4563 | S: Supported |
4564 | F: Documentation/filesystems/caching/ | 4564 | F: Documentation/filesystems/caching/ |
4565 | F: fs/fscache/ | 4565 | F: fs/fscache/ |
diff --git a/fs/cachefiles/rdwr.c b/fs/cachefiles/rdwr.c index 7a6b02f72787..c0f3da3926a0 100644 --- a/fs/cachefiles/rdwr.c +++ b/fs/cachefiles/rdwr.c | |||
@@ -879,7 +879,7 @@ int cachefiles_write_page(struct fscache_storage *op, struct page *page) | |||
879 | loff_t pos, eof; | 879 | loff_t pos, eof; |
880 | size_t len; | 880 | size_t len; |
881 | void *data; | 881 | void *data; |
882 | int ret; | 882 | int ret = -ENOBUFS; |
883 | 883 | ||
884 | ASSERT(op != NULL); | 884 | ASSERT(op != NULL); |
885 | ASSERT(page != NULL); | 885 | ASSERT(page != NULL); |