fs: move filp_close() outside of __close_fd_get_file()
authorJens Axboe <axboe@kernel.dk>
Wed, 11 Dec 2019 21:10:35 +0000 (14:10 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 13 Jan 2020 17:12:22 +0000 (10:12 -0700)
commitc47b2b7c1fba6f5b08f6d18bab569920dd649b8c
treebef7b149229b04cf95e1021cc5cf7b28f8361036
parentbf8edc9a0ac47716a290d1f15b7e698dbef439d1
fs: move filp_close() outside of __close_fd_get_file()

Just one caller of this, and just use filp_close() there manually.
This is important to allow async close/removal of the fd.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/android/binder.c
fs/file.c