From: Wei Yongjun Date: Wed, 14 Mar 2007 08:07:09 +0000 (+0800) Subject: Fix nfs4 umount to not used umount procedure X-Git-Tag: nfs-utils-1-1-0-rc1~75 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=6501bd27df2c723ff0e18ee58e9434287acf3539;hp=6501bd27df2c723ff0e18ee58e9434287acf3539;p=nfs-utils.git Fix nfs4 umount to not used umount procedure This fix umount.nfs4's BUG, patch cleanup some useless code. 1. Combine nfs3_umount() and nfs2_umount() to nfs_umount() 2. If it is a nfs4 remote file system or unkown mount version, do not probe remote mount port and not send UMNT request wich is not necessary Signed-off-by: Wei Yongjun Signed-off-by: Neil Brown ---