Displaying 2 results from an estimated 2 matches for "fmode_excl".
2012 Nov 14
0
fs/btrfs/volumes.c:1505:1: warning: label 'error_close' defined but not used
...1502  
a061fc8d Chris Mason    2008-05-07  1503  error_brelse:
a061fc8d Chris Mason    2008-05-07  1504  	brelse(bh);
a061fc8d Chris Mason    2008-05-07 @1505  error_close:
dfe25020 Chris Mason    2008-05-13  1506  	if (bdev)
e525fd89 Tejun Heo      2010-11-13  1507  		blkdev_put(bdev, FMODE_READ | FMODE_EXCL);
a061fc8d Chris Mason    2008-05-07  1508  out:
a061fc8d Chris Mason    2008-05-07  1509  	mutex_unlock(&uuid_mutex);
a061fc8d Chris Mason    2008-05-07  1510  	return ret;
9b3517e9 Ilya Dryomov   2011-02-15  1511  error_undo:
9b3517e9 Ilya Dryomov   2011-02-15  1512  	if (device->writeable...
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello,
This patch series adds an initial implementation of restriper (it''s a
clever name for relocation framework that allows to do selective profile
changing and selective balancing with some goodies like pausing/resuming
and reporting progress to the user.
 
Profile changing is global (per-FS) so far, per-subvolume profiles
require some discussion and can be implemented in future.