]> git.ipfire.org Git - thirdparty/linux.git/commit
minixfs: change the signature of dir_get_page()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Mar 2023 16:35:52 +0000 (11:35 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 19 Dec 2023 02:07:29 +0000 (21:07 -0500)
commitee0d27c90777da4c1da633aa7b91dbafd176c0c4
tree75ddb784bf2aba317a3d8d469a159c5e96d8d552
parent4812509e916bd79a17708de8371a94265f47a7bf
minixfs: change the signature of dir_get_page()

Change the signature of dir_get_page() in order to prepare this function
to the conversion to the use of kmap_local_page(). Change also those call
sites which are required to adjust to the new signature.

Essentially a copy of the corresponding fs/sysv commit by
Fabio M. De Francesco <fmdefrancesco@gmail.com>

Reviewed-by: Fabio M. De Francesco <fabio.maria.de.francesco@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/minix/dir.c