Skip to content

Commit cc83b0c

Browse files
ColinIanKingaalexandrovich
authored andcommitted
fs/ntfs3: Remove duplicated assignment to variable r
The assignment to variable r is duplicated, the second assignment is redundant and can be removed. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Konstantin Komarov <[email protected]>
1 parent 4838ec0 commit cc83b0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ntfs3/run.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ bool run_insert_range(struct runs_tree *run, CLST vcn, CLST len)
563563
e = run->runs + run->count;
564564
r = run->runs + index;
565565

566-
r = run->runs + index;
567566
if (vcn > r->vcn)
568567
r += 1;
569568

0 commit comments

Comments
 (0)