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 29b11e065015..7dce81a926c5 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache.c | |||
@@ -1435,6 +1435,7 @@ static const struct file_operations cache_flush_operations_procfs = { | |||
1435 | .read = read_flush_procfs, | 1435 | .read = read_flush_procfs, |
1436 | .write = write_flush_procfs, | 1436 | .write = write_flush_procfs, |
1437 | .release = release_flush_procfs, | 1437 | .release = release_flush_procfs, |
1438 | .llseek = no_llseek, | ||
1438 | }; | 1439 | }; |
1439 | 1440 | ||
1440 | static void remove_cache_proc_entries(struct cache_detail *cd) | 1441 | static void remove_cache_proc_entries(struct cache_detail *cd) |
@@ -1635,6 +1636,7 @@ const struct file_operations cache_flush_operations_pipefs = { | |||
1635 | .read = read_flush_pipefs, | 1636 | .read = read_flush_pipefs, |
1636 | .write = write_flush_pipefs, | 1637 | .write = write_flush_pipefs, |
1637 | .release = release_flush_pipefs, | 1638 | .release = release_flush_pipefs, |
1639 | .llseek = no_llseek, | ||
1638 | }; | 1640 | }; |
1639 | 1641 | ||
1640 | int sunrpc_cache_register_pipefs(struct dentry *parent, | 1642 | int sunrpc_cache_register_pipefs(struct dentry *parent, |