commit | 0bb4a6f2ff1a9081a35b07760fa40f9880d16bc6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 03 00:13:17 2018 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 24 09:36:38 2018 +0200 |
tree | 29bca67a7e9116af5ca3bd8a7c151019c661e12a | |
parent | bb5def77d0a1e41b53f7049fdb0f640408194068 [diff] |
orangefs_kill_sb(): deal with allocation failures commit 659038428cb43a66e3eff71e2c845c9de3611a98 upstream. orangefs_fill_sb() might've failed to allocate ORANGEFS_SB(s); don't oops in that case. Cc: stable@kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>