diff options
author | NeilBrown <neilb@suse.de> | 2015-06-25 17:01:40 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2015-06-25 17:14:09 +1000 |
commit | bd6919228d7e1867ae9e24ab27e3e4a366c87d21 (patch) | |
tree | bff3abd584f425a50b61330bec2083dcbec062b0 /fs/btrfs/tree-log.c | |
parent | 4e023612325a9034a542bfab79f78b1fe5ebb841 (diff) |
md: clear mddev->private when it has been freed.
If ->private is set when ->run is called, it is assumed to be
a 'config' prepared as part of 'reshape'.
So it is important when we free that config, that we also clear ->private.
This is not often a problem as the mddev will normally be discarded
shortly after the config us freed.
However if an 'assemble' races with a final close, the assemble can use
the old mddev which has a stale ->private. This leads to any of
various sorts of crashes.
So clear ->private after calling ->free().
Reported-by: Nate Clark <nate@neworld.us>
Cc: stable@vger.kernel.org (v4.0+)
Fixes: afa0f557cb15 ("md: rename ->stop to ->free")
Signed-off-by: NeilBrown <neilb@suse.com>
Diffstat (limited to 'fs/btrfs/tree-log.c')
0 files changed, 0 insertions, 0 deletions