commit | 715cd66aabf96b6cf423590954326799312c6dfa | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 11 15:56:55 2023 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 25 02:50:11 2023 -0500 |
tree | 33f56e0cb5799583e71c720d44dc0598865d2e53 | |
parent | f9453a1ad1fadae29fd7db5ad8ea16f35e737276 [diff] |
simple_fill_super(): don't bother with d_genocide() on failure Failing ->fill_super() will be followed by ->kill_sb(), which should include kill_litter_super() if the call of simple_fill_super() had been asked to create anything besides the root dentry. So there's no need to empty the partially populated tree - it will be trimmed by inevitable kill_litter_super(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>