Re: [PATCH] btrfs: explicitly set control file's private_data

2015-03-24 Thread David Sterba
On Mon, Mar 23, 2015 at 06:34:13PM +0100, Tom Van Braeckel wrote: > The private_data member of the Btrfs control device file > (/dev/btrfs-control) is used to hold the current transaction and needs > to be initialized to NULL to signify that no transaction is in progress. > > We explicitly set

Re: [PATCH] btrfs: explicitly set control file's private_data

2015-03-24 Thread David Sterba
On Mon, Mar 23, 2015 at 06:34:13PM +0100, Tom Van Braeckel wrote: The private_data member of the Btrfs control device file (/dev/btrfs-control) is used to hold the current transaction and needs to be initialized to NULL to signify that no transaction is in progress. We explicitly set the

[PATCH] btrfs: explicitly set control file's private_data

2015-03-23 Thread Tom Van Braeckel
The private_data member of the Btrfs control device file (/dev/btrfs-control) is used to hold the current transaction and needs to be initialized to NULL to signify that no transaction is in progress. We explicitly set the control file's private_data to NULL to be independent of whatever value

[PATCH] btrfs: explicitly set control file's private_data

2015-03-23 Thread Tom Van Braeckel
The private_data member of the Btrfs control device file (/dev/btrfs-control) is used to hold the current transaction and needs to be initialized to NULL to signify that no transaction is in progress. We explicitly set the control file's private_data to NULL to be independent of whatever value