fs/pipe.c: add ->statfs callback for pipefs
[pandora-kernel.git] / fs / pipe.c
index 0e0be1d..4065f07 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -1254,6 +1254,7 @@ out:
 
 static const struct super_operations pipefs_ops = {
        .destroy_inode = free_inode_nonrcu,
+       .statfs = simple_statfs,
 };
 
 /*