Displaying 1 result from an estimated 1 matches for "2b82032c".
Did you mean:
2b8092c
2012 Nov 14
0
fs/btrfs/volumes.c:1505:1: warning: label 'error_close' defined but not used
...date: 2 days ago
config: make ARCH=x86_64 allyesconfig
All warnings:
fs/btrfs/volumes.c: In function ''btrfs_rm_device'':
fs/btrfs/volumes.c:1505:1: warning: label ''error_close'' defined but not used [-Wunused-label]
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_supe...