Re: [PATCH] Btrfs: add a flags field to btrfs_transaction

2015-09-25 Thread Josef Bacik
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

Re: [PATCH] Btrfs: add a flags field to btrfs_transaction

2015-09-25 Thread Holger Hoffstätte
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

[PATCH] Btrfs: add a flags field to btrfs_transaction

2015-09-24 Thread Josef Bacik
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 --