]> git.hungrycats.org Git - linux/commit
Btrfs: make get_caching_control unconditionally return the ctl
authorJosef Bacik <jbacik@fb.com>
Wed, 26 Nov 2014 16:52:54 +0000 (11:52 -0500)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Sun, 14 Dec 2014 03:36:44 +0000 (22:36 -0500)
commit854f425fb317b51e9d4d312988a7917def5b4e4f
treee01366321a1b7539133b3913b700afca06b2d143
parentfcd11ba249f4448ee0fec3b04e313492d63c7102
Btrfs: make get_caching_control unconditionally return the ctl

This was written when we didn't do a caching control for the fast free space
cache loading.  However we started doing that a long time ago, and there is
still a small window of time that we could be caching the block group the fast
way, so if there is a caching_ctl at all on the block group just return it, the
callers all wait properly for what they want.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit cb83b7b81698a4abe531e0ba18b9e288b06947ce)
fs/btrfs/extent-tree.c