commit | c645b9309839be3f1543255db2abfe120f9d4f26 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 11 13:48:55 2017 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Oct 11 13:56:37 2017 -0400 |
tree | a514eeb19fafbdaeb05ee3ed7a50e3226d21a27a | |
parent | 0200894d11551a8abcff7872c2260d0801951f67 [diff] |
fold destroy_super() into __put_super() There's only one caller of destroy_super() left now. Fold it there, and replace those list_lru_destroy() calls with checks that they had already been done (as they should have, when we were dropping the last active reference). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>