Re: [PATCH v7 3/6] Btrfs: implement heuristic sampling logic

2017-09-27 Thread David Sterba
On Fri, Aug 25, 2017 at 12:18:42PM +0300, Timofey Titovets wrote: > Copy sample data from input data range to sample buffer > then calculate byte type count for that sample into bucket. > > Signed-off-by: Timofey Titovets > --- > fs/btrfs/heuristic.c | 38 +- >

[PATCH v7 3/6] Btrfs: implement heuristic sampling logic

2017-08-25 Thread Timofey Titovets
Copy sample data from input data range to sample buffer then calculate byte type count for that sample into bucket. Signed-off-by: Timofey Titovets --- fs/btrfs/heuristic.c | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/fs/btrfs/heurist