From: Fabian Frederick Date: Wed, 24 Sep 2014 16:56:11 +0000 (+0200) Subject: nfs: fix duplicate proc entries X-Git-Tag: fixes-for-v3.18-merge-window~10^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3169fb18f4643ac9a6a097a6a6c71f0b2cef75;p=pandora-kernel.git 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 Fixes: 65b38851a174 (NFS: Fix /proc/fs/nfsfs/servers and...) Cc: stable@vger.kernel.org # 3.4.x+ Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed