fs: Convert show_fdinfo functions to void
[linux-block.git] / Documentation / filesystems / vfs.txt
index fceff7c00a3c8eb48517cf72d9e9eb1fb3ecc750..af1dbc1823bb706137f9268803f273558de24796 100644 (file)
@@ -828,7 +828,7 @@ struct file_operations {
        ssize_t (*splice_read)(struct file *, struct pipe_inode_info *, size_t, unsigned int);
        int (*setlease)(struct file *, long arg, struct file_lock **, void **);
        long (*fallocate)(struct 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);
 };
 
 Again, all methods are called without any locks being held, unless