commit | c66b23c2840446a82c389e4cb1a12eb2a71fa2e4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Apr 02 23:56:44 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Apr 15 23:49:05 2018 -0400 |
tree | 4d432cec255e8e7eef62f1eda55f8e997e29d598 | |
parent | a24cd490739586a7d2da3549a1844e1d7c4f4fc4 [diff] |
jffs2_kill_sb(): deal with failed allocations jffs2_fill_super() might fail to allocate jffs2_sb_info; jffs2_kill_sb() must survive that. Cc: stable@kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>