]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/sysv: Change the signature of dir_get_page()
authorFabio M. De Francesco <fmdefrancesco@gmail.com>
Thu, 19 Jan 2023 15:32:30 +0000 (16:32 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 20 Jan 2023 00:45:40 +0000 (19:45 -0500)
commit8dd6c7b2944ce349f06db763d7a2a90a0b83ba0d
treeb820854ca3d299b2d24be405b97e1a7be3aa8aaa
parent4bb1a1375ac33950385d17321c546aeb520ba152
fs/sysv: 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.

Cc: Ira Weiny <ira.weiny@intel.com>
Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/sysv/dir.c