diff --git a/fs/nfs/client.c b/fs/nfs/client.c index 6a4f3666e273e33cab30fb4de866ebf79f791dac..94088517039fdad0dce0ca234d71ef7673e5e9aa 100644 --- a/fs/nfs/client.c +++ b/fs/nfs/client.c @@ -1318,7 +1318,7 @@ static int nfs_server_list_show(struct seq_file *m, void *v) */ static int nfs_volume_list_open(struct inode *inode, struct file *file) { - return seq_open_net(inode, file, &nfs_server_list_ops, + return seq_open_net(inode, file, &nfs_volume_list_ops, sizeof(struct seq_net_private)); }