From: Ian Kent Date: Mon, 29 Aug 2011 16:29:36 +0000 (-0400) Subject: umount.nfs: fix nfs4 check X-Git-Tag: debian/1%1.2.5-1~11^2~28 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=938636c5545c8c42add2a0cf07b7d133dff1816f;hp=938636c5545c8c42add2a0cf07b7d133dff1816f umount.nfs: fix nfs4 check From: Ian Kent nfs_umount_is_vers4() doesn't take acount of the escaping of characters seen in /proc/mounts and /etc/mtab as the functions in fstab.c do. This leads to an inability to umount a mount containing any of these escaped characters (like spaces). This patch changes nfs_umount_is_vers4() to use functions in fstab.c and adds a function to fstab.c to read /proc/mounts specifically, as it was used for the check in nfs_umount_is_vers4() previously. Signed-off-by: Ian Kent Signed-off-by: Steve Dickson ---