All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][SMB3.1.1 POSIX] Change noisy debug message to an FYI
@ 2020-04-09  6:09 Steve French
  2020-04-09  9:55 ` Aurélien Aptel
  0 siblings, 1 reply; 3+ messages in thread
From: Steve French @ 2020-04-09  6:09 UTC (permalink / raw)
  To: CIFS

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

    The noisy posix error message in readdir was supposed
    to be an FYI (not enabled by default)
      CIFS VFS: XXX dev 66306, reparse 0, mode 755


-- 
Thanks,

Steve

[-- Attachment #2: 0001-smb3-change-noisy-error-message-to-FYI.patch --]
[-- Type: text/x-patch, Size: 990 bytes --]

From 23273272271fe27b7cff9ba9f962c9804b17abcd Mon Sep 17 00:00:00 2001
From: Steve French <stfrench@microsoft.com>
Date: Thu, 9 Apr 2020 01:07:38 -0500
Subject: [PATCH] smb3: change noisy error message to FYI

The noisy posix error message in readdir was supposed
to be an FYI (not enabled by default)
  CIFS VFS: XXX dev 66306, reparse 0, mode 755

Signed-off-by: Steve French <stfrench@microsoft.com>
---
 fs/cifs/readdir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c
index 19e4a5d3b4ca..423d85c1ba6f 100644
--- a/fs/cifs/readdir.c
+++ b/fs/cifs/readdir.c
@@ -246,7 +246,7 @@ cifs_posix_to_fattr(struct cifs_fattr *fattr, struct smb2_posix_info *info,
 	 */
 	fattr->cf_mode = le32_to_cpu(info->Mode) & ~S_IFMT;
 
-	cifs_dbg(VFS, "XXX dev %d, reparse %d, mode %o",
+	cifs_dbg(FYI, "XXX dev %d, reparse %d, mode %o",
 		 le32_to_cpu(info->DeviceId),
 		 le32_to_cpu(info->ReparseTag),
 		 le32_to_cpu(info->Mode));
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-09 18:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09  6:09 [PATCH][SMB3.1.1 POSIX] Change noisy debug message to an FYI Steve French
2020-04-09  9:55 ` Aurélien Aptel
2020-04-09 18:29   ` Steve French

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.