NFS: Use the dentry superblock directly in nfs_statfs()
authorDavid Howells <dhowells@redhat.com>
Wed, 23 Aug 2006 00:06:10 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:34 +0000 (23:24 -0400)
commit0c7d90cfed91a283228017ba6faf37ee0bcd32b1
treebf8aae1186e905660f179cbda720ce51d1b7498c
parent24c8dbbb5f777187d660393599641ab3307b4b97
NFS: Use the dentry superblock directly in nfs_statfs()

Use the nominated dentry's superblock directly in the NFS statfs() op to get a
file handle, rather than using s_root (which will become a dummy dentry in a
future patch).

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c