On 09/25/2015 08:30 AM, Holger Hoffstätte wrote:
Followup from my observation wrt. "Btrfs: change how we wait for
pending ordered extents" and balance sitting idle:
On Thu, Sep 24, 2015 at 4:47 PM, Josef Bacik wrote:
I want to set some per transaction flags, so instead of adding yet another in
Followup from my observation wrt. "Btrfs: change how we wait for
pending ordered extents" and balance sitting idle:
On Thu, Sep 24, 2015 at 4:47 PM, Josef Bacik wrote:
> I want to set some per transaction flags, so instead of adding yet another int
> lets just convert the current two int indicato
I want to set some per transaction flags, so instead of adding yet another int
lets just convert the current two int indicators to flags and add a flags field
for future use. Thanks,
Signed-off-by: Josef Bacik
---
fs/btrfs/extent-tree.c | 5 +++--
fs/btrfs/transaction.c | 18 --