diff options
Diffstat (limited to 'net/sunrpc/cache.c')
-rw-r--r-- | net/sunrpc/cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 2b06410e584e..6bc692582de5 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c | |||
@@ -1441,6 +1441,7 @@ static const struct file_operations cache_flush_operations_procfs = { | |||
1441 | .read = read_flush_procfs, | 1441 | .read = read_flush_procfs, |
1442 | .write = write_flush_procfs, | 1442 | .write = write_flush_procfs, |
1443 | .release = release_flush_procfs, | 1443 | .release = release_flush_procfs, |
1444 | .llseek = no_llseek, | ||
1444 | }; | 1445 | }; |
1445 | 1446 | ||
1446 | static void remove_cache_proc_entries(struct cache_detail *cd) | 1447 | static void remove_cache_proc_entries(struct cache_detail *cd) |
@@ -1646,6 +1647,7 @@ const struct file_operations cache_flush_operations_pipefs = { | |||
1646 | .read = read_flush_pipefs, | 1647 | .read = read_flush_pipefs, |
1647 | .write = write_flush_pipefs, | 1648 | .write = write_flush_pipefs, |
1648 | .release = release_flush_pipefs, | 1649 | .release = release_flush_pipefs, |
1650 | .llseek = no_llseek, | ||
1649 | }; | 1651 | }; |
1650 | 1652 | ||
1651 | int sunrpc_cache_register_pipefs(struct dentry *parent, | 1653 | int sunrpc_cache_register_pipefs(struct dentry *parent, |