]> git.baikalelectronics.ru Git - kernel.git/commit
staging: Fix error return code in vboxsf_fill_super()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 6 Nov 2019 11:59:54 +0000 (11:59 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Nov 2019 15:29:18 +0000 (16:29 +0100)
commitf156b67738526a5a6f5b9bd49b7af4da2adc6b87
treea0913f7a0ad699e1299f0e9d62c695cec14cb3a6
parent7fae95a34ded6cfa8e4330a5ca58e2cdd09bc35d
staging: Fix error return code in vboxsf_fill_super()

Fix to return negative error code -ENOMEM from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: 919e29678792 ("staging: Add VirtualBox guest shared folder (vboxsf) support")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20191106115954.114678-1-weiyongjun1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxsf/super.c