]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 21 Jun 2022 09:49:52 +0000 (12:49 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 28 Jun 2022 15:51:12 +0000 (18:51 +0300)
commit61849ccfb178bc16b2253e7d9b2d3d5c153f5458
treebbed9751dfdef37bea36724281d37b8cf28c9d7b
parentc2ac00a8dc868da3ab397babd4be0dc724ac3769
fs/ntfs3: Enable FALLOC_FL_INSERT_RANGE

Changed logic in ntfs_fallocate - more clear checks in beginning
instead of the middle of function and added FALLOC_FL_INSERT_RANGE.
Fixes xfstest generic/064
Fixes: bce6528b5114 ("fs/ntfs3: Add file operations and implementation")
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c