Displaying 1 result from an estimated 1 matches for "1f78160c".
Did you mean:
1078160
2012 Nov 14
0
fs/btrfs/volumes.c:1505:1: warning: label 'error_close' defined but not used
...el]
vim +1505 +/error_close fs/btrfs/volumes.c
2b82032c Yan 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-...