Whamcloud - gitweb
LU-15069 llite: Rename 'skip' label 53/45653/10
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 14 Feb 2024 17:40:40 +0000 (12:40 -0500)
committerOleg Drokin <green@whamcloud.com>
Mon, 4 Mar 2024 20:01:09 +0000 (20:01 +0000)
commitc9d47d730b20cab569baabfb52eb7b4525dc2fa6
tree6b285a8ec0787b7d66ba9b326c44974b5321918b
parent5a24dbd9d79cc0aac0d7d498d631c1e1b47be7c1
LU-15069 llite: Rename 'skip' label

There's a goto label in ras_update named just "skip".
Skip what?  This is extra confusing because the concept of
"skip index" is used in neighboring code, and this is
unrelated.

Give it a more descriptive name.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I1e6ec7a75b6d9a296bfdea4c70a333497d804564
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/45653
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/llite/rw.c