Whamcloud - gitweb
LU-16714 utils: Clarify fd/fdv naming 46/50546/5
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 5 Apr 2023 16:27:18 +0000 (12:27 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 22 Apr 2023 17:31:31 +0000 (17:31 +0000)
commitd2a5f10463fe68be3f9858c876a094d8eeae3726
tree839f1ea223f3724f0f6f7113a5200abaae79dd78
parent9c316c69b9788ac219540e560a7831b88b81b690
LU-16714 utils: Clarify fd/fdv naming

The migrate code uses the deeply opaque 'fd' and 'fdv'
(file-descriptor-volatile) to refer to the source and
destination file descriptors.

Replace these with something that tells a casual reader
what's going on.

Test-parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I56f2dfe81bcd4eff1c168f093e8580b373dc1984
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50546
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/utils/lfs.c