Whamcloud - gitweb
EX-7601 ofd: rename map_remote_to_local
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 27 Oct 2023 19:01:06 +0000 (15:01 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 27 Nov 2023 18:39:41 +0000 (18:39 +0000)
commit14853c825cbe3b9eb89c271cdb7e617900fe3b37
tree721950292bd262aca4bdc69f3845a8e05a5e6fbf
parent38ecf50bfcdb2e5ab2d49886943206cdcac8804b
EX-7601 ofd: rename map_remote_to_local

osd_map_remote_to_local implies some complex role, but in
fact what this does is initialize the fields of the
local niobuf structs to represent the requested range.

This *may* be the same as a remote niobuf, but it also
isn't in some cases.  Name it osd_init_lnbs instead.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I0d3b5f24e42ee8dc962437daea7cf9347ccb9059
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52861
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
lustre/osd-ldiskfs/osd_io.c