From d745a8c20c1f864c10ca78d0f89219633861b7e9 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Mon, 26 May 2014 11:56:53 -0400 Subject: [PATCH] ext4: reduce contention on s_orphan_lock Shuffle code around in ext4_orphan_add() and ext4_orphan_del() so that we avoid taking global s_orphan_lock in some cases and hold it for shorter time in other cases. Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-format-patch failed