Whamcloud - gitweb
EX-7601 vvp: remove unaligned write restriction
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 3 Nov 2023 16:29:58 +0000 (12:29 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 29 Dec 2023 11:02:54 +0000 (11:02 +0000)
commit5c2d8aa7daa18b9c709c96a5bec7518a7a849550
tree9c12c4206310be0dfc640de2c697ea6c8f1c2451
parent3c8761178d2024887251bc3707d160e924f8baf2
EX-7601 vvp: remove unaligned write restriction

This series will resolve the unaligned write issue for
compressed files, so we need to remove the restriction on
unaligned writes in order to test it.

This does not mean unaligned writes are working yet, but we
need to make this change so the subsequent patches can be
tested.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I4abcbdcd18b00718099483c8dfdb9a7aa41c3ce7
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52981
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
lustre/llite/vvp_io.c
lustre/tests/sanity.sh