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

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