Re: [PATCH 17/17] file: Rename __close_fd to close_fd and remove the files parameter

From: Eric W. Biederman
Date: Tue Aug 18 2020 - 08:52:22 EST


Christoph Hellwig <hch@xxxxxxxxxxxxx> writes:

> Please kill off ksys_close as well while you're at it.

Good point. ksys_close is just a trivial wrapper around close_fd. So
the one caller of ksys_close autofs_dev_ioctl_closemount can be
trivially changed to call close_fd.

Eric