]> git.ipfire.org Git - thirdparty/linux.git/commit
fs/ntfs3: Replace inode_trylock with inode_lock
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 30 May 2024 07:54:07 +0000 (10:54 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 26 Jun 2024 12:48:50 +0000 (15:48 +0300)
commit69505fe98f198ee813898cbcaf6770949636430b
tree577de428b6f28e46187d9245c8d7d0d6717980f1
parent519f38de57cd0c5e0043795b5fb0686c97311f6d
fs/ntfs3: Replace inode_trylock with inode_lock

The issue was detected due to xfstest 465 failing.

Fixes: 4342306f0f0d ("fs/ntfs3: Add file operations and implementation")
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/file.c