On Wed, 1 Mar 2023 15:10:04 +0100, Jan Kara wrote: > As lockdep properly warns, we should not be locking i_rwsem while having > transactions started as the proper lock ordering used by all directory > handling operations is i_rwsem -> transaction start. Fix the lock > ordering by moving the locking of the directory earlier in > ext4_rename(). > > > [...] Applied, thanks! [1/1] ext4: Fix deadlock during directory rename commit: 3c92792da8506a295afb6d032b4476e46f979725 Best regards, -- Theodore Ts'o <tytso@xxxxxxx>