diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-09-24 16:56:11 (GMT) |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-09-25 03:00:18 (GMT) |
commit | 2f3169fb18f4643ac9a6a097a6a6c71f0b2cef75 (patch) | |
tree | f525f300ce78ec08ad2d2f8b6e148dddec4c3a47 /ipc | |
parent | cd9288ffaea4359d5cfe2b8d264911506aed26a4 (diff) | |
download | linux-2f3169fb18f4643ac9a6a097a6a6c71f0b2cef75.tar.xz |
nfs: fix duplicate proc entries
Commit 65b38851a174
("NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumes")
updated the following function:
static int nfs_volume_list_open(struct inode *inode, struct file *file)
it used &nfs_server_list_ops instead of &nfs_volume_list_ops
which means cat /proc/fs/nfsfs/volumes = /proc/fs/nfsfs/servers
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Fixes: 65b38851a174 (NFS: Fix /proc/fs/nfsfs/servers and...)
Cc: stable@vger.kernel.org # 3.4.x+
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions