From: Chuck Lever Date: Thu, 17 Oct 2013 18:12:56 +0000 (-0400) Subject: NFS: Add a super_block backpointer to the nfs_server struct X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6cda1845cf2332d2c411a5c72cd166256b21da;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed