diff options
Diffstat (limited to 'fs/pipe.c')
-rw-r--r-- | fs/pipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1254,6 +1254,7 @@ out: | |||
1254 | 1254 | ||
1255 | static const struct super_operations pipefs_ops = { | 1255 | static const struct super_operations pipefs_ops = { |
1256 | .destroy_inode = free_inode_nonrcu, | 1256 | .destroy_inode = free_inode_nonrcu, |
1257 | .statfs = simple_statfs, | ||
1257 | }; | 1258 | }; |
1258 | 1259 | ||
1259 | /* | 1260 | /* |