commit | ce6cda1845cf2332d2c411a5c72cd166256b21da | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Oct 17 14:12:56 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 15:24:26 2013 -0400 |
tree | 2f1b0640b5331726f1ff492c48d72ffafb0fd5bc | |
parent | b03d735b4ca2375d2251195cd848713bc55e7d79 [diff] |
NFS: Add a super_block backpointer to the nfs_server struct NFS_SB() returns the pointer to an nfs_server struct, given a pointer to a super_block. But we have no way to go back the other way. Add a super_block backpointer field so that, given an nfs_server struct, it is easy to get to the filesystem's root dentry. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>