fs/ntfs3: Check new size for limits
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 25 Oct 2021 15:34:06 +0000 (18:34 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 24 Nov 2021 12:13:27 +0000 (15:13 +0300)
commit114346978cf61de02832cc3cc68432a3de70fb38
treee42c3549de1a20930cf563c89712e4bab798cd9a
parent3880f2b816a7e4ca889b7e8a42e6c62c5706ed36
fs/ntfs3: Check new size for limits

We must check size before trying to allocate.
Size can be set for example by "ulimit -f".
Fixes xfstest generic/228
Fixes: 4342306f0f0d ("fs/ntfs3: Add file operations and implementation")

Reviewed-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c