|
@@ -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));
|
|
|
}
|
|
|
|