Whamcloud - gitweb
LU-13802 llite: refactor ll_file_io_generic decs 87/52587/11
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 6 Oct 2023 19:39:41 +0000 (15:39 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Feb 2024 07:00:51 +0000 (07:00 +0000)
commit947bcaba646e41176e3a2895e4932a182dd7d505
tree465761e5031ca3ca86d715dd9f9192135e96c0e3
parentd4423d064ca146ae56e549a650bf183f378f605a
LU-13802 llite: refactor ll_file_io_generic decs

The variable declarations in ll_file_io_generic are in no
order at all.  Put them in the standard order and convert
a few 'unsigned int' to bool.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I0b808ab82bdc129853dd4f27b93b3c91b201ca8a
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52587
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
lustre/llite/file.c