fs: Convert show_fdinfo functions to void
[cascardo/linux.git] / include / linux / fs.h
index a957d43..01dd905 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 {