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

8fa62f
autofs-5.1.5 - remove a couple of old debug messages
8fa62f
8fa62f
From: Ian Kent <raven@themaw.net>
8fa62f
8fa62f
Remove a couple of debug log messages from lookup_ghost().
8fa62f
These messages have not shown a problem here and should be
8fa62f
removed.
8fa62f
8fa62f
Signed-off-by: Ian Kent <raven@themaw.net>
8fa62f
---
8fa62f
 CHANGELOG       |    1 +
8fa62f
 daemon/lookup.c |    5 -----
8fa62f
 2 files changed, 1 insertion(+), 5 deletions(-)
8fa62f
8fa62f
--- autofs-5.1.4.orig/CHANGELOG
8fa62f
+++ autofs-5.1.4/CHANGELOG
8fa62f
@@ -57,6 +57,7 @@ xx/xx/2018 autofs-5.1.5
8fa62f
 - change expire type naming to better reflect usage.
8fa62f
 - remove unused function has_fstab_option().
8fa62f
 - remove unused function reverse_mnt_list().
8fa62f
+- remove a couple of old debug messages.
8fa62f
 
8fa62f
 19/12/2017 autofs-5.1.4
8fa62f
 - fix spec file url.
8fa62f
--- autofs-5.1.4.orig/daemon/lookup.c
8fa62f
+++ autofs-5.1.4/daemon/lookup.c
8fa62f
@@ -793,11 +793,6 @@ int lookup_ghost(struct autofs_point *ap
8fa62f
 
8fa62f
 			/* Directory already exists? */
8fa62f
 			if (!ret) {
8fa62f
-				/* Shouldn't need this
8fa62f
-				me->dev = st.st_dev;
8fa62f
-				me->ino = st.st_ino;
8fa62f
-				*/
8fa62f
-				debug(ap->logopt, "me->dev %d me->ino %d", me->dev, me->ino);
8fa62f
 				free(fullpath);
8fa62f
 				goto next;
8fa62f
 			}