remove not-used-anymore last_unsafe member from ntfs_resize_t
(Logical change 1.388)edge.strict_endians
parent
bc92ae57e8
commit
6e0b4d5d32
|
@ -136,7 +136,6 @@ typedef struct {
|
|||
struct llcn_t last_sparse;
|
||||
struct llcn_t last_compressed;
|
||||
struct llcn_t last_lcn;
|
||||
s64 last_unsafe; /* last "unsafe-to-move" cluster */
|
||||
s64 last_unsupp; /* last unsupported cluster */
|
||||
} ntfs_resize_t;
|
||||
|
||||
|
@ -661,9 +660,6 @@ static void collect_resize_constraints(ntfs_resize_t *resize, runlist *rl)
|
|||
llcn->inode = inode;
|
||||
}
|
||||
|
||||
if (resize->last_unsafe < last_lcn)
|
||||
resize->last_unsafe = last_lcn;
|
||||
|
||||
if (supported)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue