Re: [PATCH 2/3] btrfs: cow_file_range() num_bytes and disk_num_bytes are same
From: David Sterba <hidden> Date: 2016-12-12 14:12:50
On Tue, Dec 06, 2016 at 12:43:08PM +0800, Anand Jain wrote:
This patch deletes local variable disk_num_bytes as its value
is same as num_bytes in the function cow_file_range().
Signed-off-by: Anand Jain <redacted>