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

Eric W. Biederman ebiederm at xmission.com
Tue Aug 18 15:48:21 MSK 2020


Christoph Hellwig <hch at infradead.org> 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


More information about the CRIU mailing list