fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 29 Jun 2019 16:58:42 +0000 (12:58 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 4 Jul 2019 22:58:38 +0000 (18:58 -0400)
commite4e59906cfe4e215a4360962bedb3d6e5cca5158
tree3d53d532690556be1abc6f024b8752617d989ea8
parentadc9b5c09129fd8df17d83ca9a5b0532632a1b77
fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()

make unhash_mnt() return the mountpoint to be dropped, let callers
deal with it.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namespace.c