aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pipe.c')
-rw-r--r--fs/pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/pipe.c b/fs/pipe.c
index 0e0be1dc0f8e..4065f07366b3 100644
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -1254,6 +1254,7 @@ out:
1254 1254
1255static const struct super_operations pipefs_ops = { 1255static 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/*