From 6c7e549ec6bf88749e437de9ca33483a5d9c2260 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 21 Nov 2004 22:23:50 +0000 Subject: [PATCH] Check to see if the new directory is a transitioned mount point by using its ABSOLUTE name, if we can figure it out. --- find/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/find.c b/find/find.c index 137febf..8702975 100644 --- a/find/find.c +++ b/find/find.c @@ -685,7 +685,7 @@ wd_sanity_check(const char *thing_to_stat, * is much rarer, as it relies on an automounter timeout * occurring at exactly the wrong moment. */ - enum MountPointStateChange transition = get_mount_point_state(what); + enum MountPointStateChange transition = get_mount_point_state(specific_what); switch (transition) { case MountPointRecentlyUnmounted: -- 2.11.4.GIT