diff options
author | 2019-03-21 10:08:08 +0000 | |
---|---|---|
committer | 2019-09-18 22:43:03 -0400 | |
commit | b54c64f7adeb241423cd46598f458b5486b0375e (patch) | |
tree | 2f7b2b8290293b90a34a344ae6b119fe6e237695 /scripts/gdb/linux/utils.py | |
parent | vfs: Convert functionfs to use the new mount API (diff) | |
download | wireguard-linux-b54c64f7adeb241423cd46598f458b5486b0375e.tar.xz wireguard-linux-b54c64f7adeb241423cd46598f458b5486b0375e.zip |
hypfs: Fix error number left in struct pointer member
In hypfs_fill_super(), if hypfs_create_update_file() fails,
sbi->update_file is left holding an error number. This is passed to
hypfs_kill_super() which doesn't check for this.
Fix this by not setting sbi->update_value until after we've checked for
error.
Fixes: 24bbb1faf3f0 ("[PATCH] s390_hypfs filesystem")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
cc: Heiko Carstens <heiko.carstens@de.ibm.com>
cc: linux-s390@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions