From 2037a0933bc2894a2f50ae57a1ccf6be192adb76 Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Tue, 12 May 2015 19:31:37 -0400 Subject: [PATCH] btrfs: use after free when closing devices __btrfs_close_devices() would call_rcu to free the device, which is racy with list_for_each_entry() accessing the memory to retrieve the next device on the list. Signed-off-by: Sasha Levin Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-format-patch failed