fs: Convert show_fdinfo functions to void
[deliverable/linux.git] / include / linux / fs.h
index a957d4366c240fbf80d6470f3808316dd8def6b2..01dd9052a1427987849411e158ffed39c3f7a20a 100644 (file)
@@ -1491,7 +1491,7 @@ struct file_operations {
        int (*setlease)(struct file *, long, struct file_lock **, void **);
        long (*fallocate)(struct file *file, int mode, loff_t offset,
                          loff_t len);
-       int (*show_fdinfo)(struct seq_file *m, struct file *f);
+       void (*show_fdinfo)(struct seq_file *m, struct file *f);
 };
 
 struct inode_operations {
This page took 0.024967 seconds and 5 git commands to generate.