Whamcloud - gitweb
LU-13805 llite: add flag to disable unaligned DIO 25/51125/35
authorPatrick Farrell <pfarrell@whamcloud.com>
Sun, 21 May 2023 16:48:25 +0000 (12:48 -0400)
committerPatrick Farrell <pfarrell@whamcloud.com>
Sat, 9 Sep 2023 21:38:58 +0000 (17:38 -0400)
commitf2ab816e25d8dd4eae8dc75acd771c624ee95b68
tree64ba208aaa78b5dae7d62376b854482720af1986
parent038dc8a6ba071c05b6ab32d921c9962a5729c876
LU-13805 llite: add flag to disable unaligned DIO

As with any new IO feature, it's a good idea to have the
option to turn off unaligned DIO support if needed.

It would be reasonable to merge this patch with the core
patch implementing the feature; I have kept it separate for
ease of review.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ibc86d84704151a7f30afcc538d9c03e3fdf1c38a
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/lproc_llite.c
lustre/llite/rw26.c
lustre/tests/sanity.sh