commit | 5214e707b6c32478b452276728ade3064df625d7 | [log] [tgz] |
---|---|---|
author | Alexander Aring <aahringo@redhat.com> | Mon Sep 25 16:18:27 2023 -0400 |
committer | Jeff Layton <jlayton@kernel.org> | Sun Mar 03 06:53:26 2024 -0500 |
tree | 0000f0e5ae2a4d445066e5f385e4c14d31456208 | |
parent | 664451537aaab1a6ade740a5c1ee48520ff63976 [diff] |
generic: add fcntl corner cases tests This patch adds fcntl corner cases that was being used to confirm issues on a GFS2 filesystem. The GFS2 filesystem has it's own ->lock() implementation and in those corner cases issues was being found and fixed. Signed-off-by: Alexander Aring <aahringo@redhat.com>