Blame SOURCES/autofs-5.1.5-remove-a-couple-of-old-debug-messages.patch

306fa1
autofs-5.1.5 - remove a couple of old debug messages
306fa1
306fa1
From: Ian Kent <raven@themaw.net>
306fa1
306fa1
Remove a couple of debug log messages from lookup_ghost().
306fa1
These messages have not shown a problem here and should be
306fa1
removed.
306fa1
306fa1
Signed-off-by: Ian Kent <raven@themaw.net>
306fa1
---
306fa1
 CHANGELOG       |    1 +
306fa1
 daemon/lookup.c |    5 -----
306fa1
 2 files changed, 1 insertion(+), 5 deletions(-)
306fa1
306fa1
--- autofs-5.0.7.orig/CHANGELOG
306fa1
+++ autofs-5.0.7/CHANGELOG
306fa1
@@ -331,6 +331,7 @@
306fa1
 - fix reset flex scan buffer on init.
306fa1
 - remove unused function has_fstab_option().
306fa1
 - remove unused function reverse_mnt_list().
306fa1
+- remove a couple of old debug messages.
306fa1
 
306fa1
 25/07/2012 autofs-5.0.7
306fa1
 =======================
306fa1
--- autofs-5.0.7.orig/daemon/lookup.c
306fa1
+++ autofs-5.0.7/daemon/lookup.c
306fa1
@@ -791,11 +791,6 @@ int lookup_ghost(struct autofs_point *ap
306fa1
 
306fa1
 			/* Directory already exists? */
306fa1
 			if (!ret) {
306fa1
-				/* Shouldn't need this
306fa1
-				me->dev = st.st_dev;
306fa1
-				me->ino = st.st_ino;
306fa1
-				*/
306fa1
-				debug(ap->logopt, "me->dev %d me->ino %d", me->dev, me->ino);
306fa1
 				free(fullpath);
306fa1
 				goto next;
306fa1
 			}