cifs: log warning message (once) if out of disk space
authorSteve French <stfrench@microsoft.com>
Wed, 5 Feb 2020 22:52:11 +0000 (16:52 -0600)
committerSteve French <stfrench@microsoft.com>
Wed, 5 Feb 2020 23:58:52 +0000 (17:58 -0600)
commitd6fd41905ec577851734623fb905b1763801f5ef
treeb5919a243c2a179e61d8359dd6d91a38a94bf47c
parentb0dd940e582b6a60296b9847a54012a4b080dc72
cifs: log warning message (once) if out of disk space

We ran into a confusing problem where an application wasn't checking
return code on close and so user didn't realize that the application
ran out of disk space.  log a warning message (once) in these
cases. For example:

  [ 8407.391909] Out of space writing to \\oleg-server\small-share

Signed-off-by: Steve French <stfrench@microsoft.com>
Reported-by: Oleg Kravtsov <oleg@tuxera.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/smb2pdu.c