commit | 3a0524dc054791688177544fe510d2868ee20d9f | [log] [tgz] |
---|---|---|
author | TARUISI Hiroaki <taruishi.hiroak@jp.fujitsu.com> | Tue Feb 09 06:36:45 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Mar 15 11:00:10 2010 -0400 |
tree | 4038b649e33a7f41fd653a16af5766ca9cc6b7c5 | |
parent | 1e701a3292e25a6c4939cad9f24951dc6b6ad853 [diff] |
btrfs: Update existing btrfs_device for renaming device When we scan devices in a multi-device filesystem, we memorize the original name. If the device gets a new name, later scans don't update the in-kernel structures related to it, and we're not able to mount the filesystem. This patch updates device name during scaning. Signed-off-by: TARUISI Hiroaki <taruishi.hiroak@jp.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>