Displaying 1 result from an estimated 1 matches for "dfe25020".
Did you mean:
6f725020
2012 Nov 14
0
fs/btrfs/volumes.c:1505:1: warning: label 'error_close' defined but not used
...Zheng 2008-11-17 1489 * at this point, the device is zero sized. We want to
2b82032c Yan Zheng 2008-11-17 1490 * remove it from the devices list and zero out the old super
2b82032c Yan Zheng 2008-11-17 1491 */
1f78160c Xiao Guangrong 2011-04-20 1492 if (clear_super) {
dfe25020 Chris Mason 2008-05-13 1493 /* make sure this device isn''t detected as part of
dfe25020 Chris Mason 2008-05-13 1494 * the FS anymore
dfe25020 Chris Mason 2008-05-13 1495 */
dfe25020 Chris Mason 2008-05-13 1496 memset(&disk_super->magic, 0, sizeof(disk_s...