commit | 4fde46f0cc71c7aba299ee6dfb4f017fb97b6e70 | [log] [tgz] |
---|---|---|
author | Anand Jain <Anand.Jain@oracle.com> | Wed Jun 17 21:10:48 2015 +0800 |
committer | David Sterba <dsterba@suse.cz> | Fri Jun 19 14:03:13 2015 +0200 |
tree | 31a47f030f88140fa99e8fc555a942435db3a0fd | |
parent | 2421a8cd5faaa9c2c9397123c5a297bab227d965 [diff] |
Btrfs: free the stale device When btrfs on a device is overwritten with a new btrfs (mkfs), the old btrfs instance in the kernel becomes stale. So with this patch, if kernel finds device is overwritten then delete the stale fsid/uuid. Signed-off-by: Anand Jain <anand.jain@oracle.com>