]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: change noisy error message to FYI
authorPaulo Alcantara <pc@cjr.nz>
Mon, 8 Mar 2021 15:00:48 +0000 (12:00 -0300)
committerSteve French <stfrench@microsoft.com>
Tue, 9 Mar 2021 03:22:52 +0000 (21:22 -0600)
commitd754eff9418a235d36bd3e9d57f3948c72a76bf9
tree839d1061f0cc8b5792d93fdcfd9732a7076c9975
parent994f5c9ec34ec025acaed390103ad6e65af85356
cifs: change noisy error message to FYI

A customer has reported that their dmesg were being flooded by

  CIFS: VFS: \\server Cancelling wait for mid xxx cmd: a
  CIFS: VFS: \\server Cancelling wait for mid yyy cmd: b
  CIFS: VFS: \\server Cancelling wait for mid zzz cmd: c

because some processes that were performing statfs(2) on the share had
been interrupted due to their automount setup when certain users
logged in and out.

Change it to FYI as they should be mostly informative rather than
error messages.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/transport.c