aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/tests
diff options
context:
space:
mode:
authorJan Kara <[email protected]>2023-06-01 12:58:25 +0200
committerChristian Brauner <[email protected]>2023-06-02 15:00:18 +0200
commit28eceeda130f5058074dd007d9c59d2e8bc5af2e (patch)
tree1b2ccadf12dbd14e5690640972a7916de73cbf8f /drivers/fpga/tests
parentf23ce757185319886ca80c4864ce5f81ac6cc9e9 (diff)
fs: Lock moved directories
When a directory is moved to a different directory, some filesystems (udf, ext4, ocfs2, f2fs, and likely gfs2, reiserfs, and others) need to update their pointer to the parent and this must not race with other operations on the directory. Lock the directories when they are moved. Although not all filesystems need this locking, we perform it in vfs_rename() because getting the lock ordering right is really difficult and we don't want to expose these locking details to filesystems. CC: [email protected] Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'drivers/fpga/tests')
0 files changed, 0 insertions, 0 deletions