]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: return proper error code in statfs(2)
authorPaulo Alcantara <pc@cjr.nz>
Mon, 8 Mar 2021 15:00:49 +0000 (12:00 -0300)
committerSteve French <stfrench@microsoft.com>
Tue, 9 Mar 2021 03:23:11 +0000 (21:23 -0600)
commit65a0c7d6ffdd58f67199184028b96269ae013763
tree402ef29318ff282d8b4dab20545090bfd5546396
parentd754eff9418a235d36bd3e9d57f3948c72a76bf9
cifs: return proper error code in statfs(2)

In cifs_statfs(), if server->ops->queryfs is not NULL, then we should
use its return value rather than always returning 0.  Instead, use rc
variable as it is properly set to 0 in case there is no
server->ops->queryfs.

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