]> 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)
commit9c82b22090605b88afe027d91a422e49aaa35c10
treebbed9751dfdef37bea36724281d37b8cf28c9d7b
parentf9a5c700cde1c58b1e654cea5f0dc21a03f20609
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: d9bb291f04f7 ("fs/ntfs3: Add file operations and implementation")
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c