From: Dave Hansen Date: Wed, 17 Oct 2007 06:31:15 +0000 (-0700) Subject: r/o bind mounts: create cleanup helper svc_msnfs() X-Git-Tag: v2.6.24-rc1~526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8754beedbdc56864bc5f8c9461929a9b328b899;p=pandora-kernel.git r/o bind mounts: create cleanup helper svc_msnfs() I'm going to be modifying nfsd_rename() shortly to support read-only bind mounts. This #ifdef is around the area I'm patching, and it starts to get really ugly if I just try to add my new code by itself. Using this little helper makes things a lot cleaner to use. Signed-off-by: Dave Hansen Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed