Skip to content
Commit aa292847 authored by Dave Chinner's avatar Dave Chinner Committed by Ben Myers
Browse files

xfs: don't defer metadata allocation to the workqueue



Almost all metadata allocations come from shallow stack usage
situations. Avoid the overhead of switching the allocation to a
workqueue as we are not in danger of running out of stack when
making these allocations. Metadata allocations are already marked
through the args that are passed down, so this is trivial to do.

Signed-off-by: default avatarDave Chinner <dchinner@redhat.com>
Reported-by: default avatarMel Gorman <mgorman@suse.de>
Tested-by: default avatarMel Gorman <mgorman@suse.de>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent e3a746f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment