Whamcloud - gitweb
LU-13814 llite: refactor ll_direct_rw_pages 99/52399/1
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 17 Sep 2023 17:57:15 +0000 (13:57 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Sun, 17 Sep 2023 18:10:47 +0000 (14:10 -0400)
commit53b7b2d953103b689a1447a0e043a31670617c46
treec6908ee4bbc5113a8c6090d0bd184a71d2308474
parenta7c7fee2a604e0801455cd9d16ab60f57e7db49f
LU-13814 llite: refactor ll_direct_rw_pages

ll_direct_rw_pages has some oddities in the control flow,
which make it a little harder to understand.  Clean those
up so it's easier to modify.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I64b4639df948556da03824a71b4b30806deced0d
lustre/llite/rw26.c