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>
Sat, 28 Dec 2019 19:02:36 +0000 (12:02 -0700)
commit5a3aa04b5e5afaefab5df46b09dc3fd8b6f12ffa
tree67a7444c57f4f03104708dda767841e465e42e35
parent3bba3e571bc86a868a830eef73b2ce6ec3db1f95
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