Home
last modified time | relevance | path

Searched hist:"155725 c9c051a343be5e555bf943da827e6cf721" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dbackref.cdiff 155725c9c051a343be5e555bf943da827e6cf721 Fri Jun 22 07:01:00 CDT 2012 Jan Schmidt <list.btrfs@jan-o-sch.net> Btrfs: leave critical region in btrfs_find_all_roots as soon as possible

When delayed refs exist, btrfs_find_all_roots used to hold the delayed ref
mutex way longer than actually required. We ought to drop it immediately
after we're done collecting all the delayed refs.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>