Commit 8714d9b
btrfs: cow_file_range() num_bytes and disk_num_bytes are same
[ Upstream commit 3752d22 ]
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 <anand.jain@oracle.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent a39010d commit 8714d9b
1 file changed
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
951 | 950 | | |
952 | 951 | | |
953 | 952 | | |
| |||
963 | 962 | | |
964 | 963 | | |
965 | 964 | | |
966 | | - | |
967 | 965 | | |
968 | 966 | | |
969 | 967 | | |
| |||
992 | 990 | | |
993 | 991 | | |
994 | 992 | | |
995 | | - | |
996 | | - | |
| 993 | + | |
997 | 994 | | |
998 | 995 | | |
999 | 996 | | |
1000 | 997 | | |
1001 | | - | |
| 998 | + | |
1002 | 999 | | |
1003 | 1000 | | |
1004 | | - | |
| 1001 | + | |
1005 | 1002 | | |
1006 | 1003 | | |
1007 | 1004 | | |
| |||
1058 | 1055 | | |
1059 | 1056 | | |
1060 | 1057 | | |
1061 | | - | |
| 1058 | + | |
1062 | 1059 | | |
1063 | 1060 | | |
1064 | 1061 | | |
| |||
1076 | 1073 | | |
1077 | 1074 | | |
1078 | 1075 | | |
1079 | | - | |
1080 | | - | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
1081 | 1080 | | |
1082 | 1081 | | |
1083 | 1082 | | |
| |||
0 commit comments