fs/ntfs3: Separete common code for file_read/write iter/splice
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 15 Jul 2024 06:31:10 +0000 (09:31 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 3 Sep 2024 13:58:40 +0000 (16:58 +0300)
commite4a7d60a891b8493a1284053acdc496febe81e7c
treee37c4fbb0b83d589946207869ad31d73715d674f
parentacdbd67bf939577d6f9e3cf796a005c31cec52d8
fs/ntfs3: Separete common code for file_read/write iter/splice

The common code for handling encrypted, dedup, and compressed files
has been moved to check_read_restriction() and check_write_restriction().

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c