Re: [PATCH] btrfs: Cleanup compress_file_range()

2016-05-31 Thread David Sterba
On Fri, Mar 25, 2016 at 07:01:33PM -0700, Ashish Samant wrote: > Remove unnecessary checks in compress_file_range(). > > Signed-off-by: Ashish Samant I was looking for unmerged patches and found this one, now queued for 4.8. -- To unsubscribe from this list: send the line "unsubscribe linux-btrf

[PATCH] btrfs: Cleanup compress_file_range()

2016-03-25 Thread Ashish Samant
Remove unnecessary checks in compress_file_range(). Signed-off-by: Ashish Samant --- fs/btrfs/inode.c | 79 +++- 1 file changed, 38 insertions(+), 41 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 41a5688..a528ce7 100644 -