]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
fold destroy_super() into __put_super()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Oct 2017 17:48:55 +0000 (13:48 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Oct 2017 17:56:37 +0000 (13:56 -0400)
commitc645b9309839be3f1543255db2abfe120f9d4f26
treea514eeb19fafbdaeb05ee3ed7a50e3226d21a27a
parent0200894d11551a8abcff7872c2260d0801951f67
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>
fs/super.c