From: Stanislav Kinsbursky Date: Tue, 10 Jan 2012 13:04:40 +0000 (+0400) Subject: NFS: remove RPC PipeFS mount point reference from blocklayout routines X-Git-Tag: v3.4-rc1~123^2~188 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2561d618ffb615f92fe17f0cf6b03f8e5cddb2cb;p=pandora-kernel.git NFS: remove RPC PipeFS mount point reference from blocklayout routines This is a cleanup patch. We don't need this reference anymore, because blocklayout pipes dentries now creates and destroys in per-net operations and on PipeFS mount/umount notification. Note that nfs4blocklayout_register_net() now returns 0 instead of -ENOENT in case of PipeFS superblock absence. This is ok, because blocklayout pipe dentry will be created on PipeFS mount event. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed