Why did you move the function?
Oh. In the original code, in compression.c the function call (in btrfs_compress_pages()) come first before the function definition. So to avoid the re-declaration moved the function up.
Apart from that, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
Thanks.
