Re: [PATCH V2 linux-next] Btrfs: use BTRFS_COMPRESS_NONE instead of 0

2015-04-07 Thread David Sterba
On Fri, Apr 03, 2015 at 09:50:34PM +0200, Fabian Frederick wrote: > cow_file_range_inline() was called with 0 instead of actual definition. > > btrfs_finish_ordered_io() initialized compress_type with 0 as well. > (Thanks to David Sterba for suggesting this update). > > Signed-off-by: Fabian

Re: [PATCH V2 linux-next] Btrfs: use BTRFS_COMPRESS_NONE instead of 0

2015-04-07 Thread David Sterba
On Fri, Apr 03, 2015 at 09:50:34PM +0200, Fabian Frederick wrote: cow_file_range_inline() was called with 0 instead of actual definition. btrfs_finish_ordered_io() initialized compress_type with 0 as well. (Thanks to David Sterba for suggesting this update). Signed-off-by: Fabian Frederick

[PATCH V2 linux-next] Btrfs: use BTRFS_COMPRESS_NONE instead of 0

2015-04-03 Thread Fabian Frederick
cow_file_range_inline() was called with 0 instead of actual definition. btrfs_finish_ordered_io() initialized compress_type with 0 as well. (Thanks to David Sterba for suggesting this update). Signed-off-by: Fabian Frederick --- V2: also replace 0 in btrfs_finish_ordered_io()

[PATCH V2 linux-next] Btrfs: use BTRFS_COMPRESS_NONE instead of 0

2015-04-03 Thread Fabian Frederick
cow_file_range_inline() was called with 0 instead of actual definition. btrfs_finish_ordered_io() initialized compress_type with 0 as well. (Thanks to David Sterba for suggesting this update). Signed-off-by: Fabian Frederick f...@skynet.be --- V2: also replace 0 in btrfs_finish_ordered_io()