commit | 8dd6c7b2944ce349f06db763d7a2a90a0b83ba0d | [log] [tgz] |
---|---|---|
author | Fabio M. De Francesco <fmdefrancesco@gmail.com> | Thu Jan 19 16:32:30 2023 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 19 19:45:40 2023 -0500 |
tree | b820854ca3d299b2d24be405b97e1a7be3aa8aaa | |
parent | 4bb1a1375ac33950385d17321c546aeb520ba152 [diff] |
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>