From c31ace4c6175db330d7e4aac1e7388fe5ca5d4f3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Dec 2012 01:52:00 -0800 Subject: Sat Dec 1 01:48:48 PST 2012 --- .../nfsmount-fix-wrong-umount-path.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 core/mkinitcpio-nfs-utils/nfsmount-fix-wrong-umount-path.patch (limited to 'core/mkinitcpio-nfs-utils/nfsmount-fix-wrong-umount-path.patch') diff --git a/core/mkinitcpio-nfs-utils/nfsmount-fix-wrong-umount-path.patch b/core/mkinitcpio-nfs-utils/nfsmount-fix-wrong-umount-path.patch new file mode 100644 index 000000000..0f62fea82 --- /dev/null +++ b/core/mkinitcpio-nfs-utils/nfsmount-fix-wrong-umount-path.patch @@ -0,0 +1,14 @@ +--- a/nfsmount/mount.c 2012-11-10 20:16:31.894540497 -0500 ++++ b/nfsmount/mount.c 2012-11-10 20:16:39.957369011 -0500 +@@ -358,9 +358,9 @@ + bail: + if (mounted) { + if (data->flags & NFS_MOUNT_VER3) { +- umount_v3(path, clnt); ++ umount_v3(rem_path, clnt); + } else { +- umount_v2(path, clnt); ++ umount_v2(rem_path, clnt); + } + } + -- cgit v1.2.3-54-g00ecf