From 964930312aec583809a690868119ce716f4ee926 Mon Sep 17 00:00:00 2001 From: Jeff Mahoney Date: Tue, 27 May 2014 13:53:20 -0400 Subject: [PATCH] btrfs: free delayed node outside of root->inode_lock On heavy workloads, we're seeing soft lockup warnings on root->inode_lock in __btrfs_release_delayed_node. The low hanging fruit is to reduce the size of the critical section. Signed-off-by: Jeff Mahoney Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-format-patch failed