remove not-used-anymore last_unsafe member from ntfs_resize_t

(Logical change 1.388)
edge.strict_endians
elisa-laajakaista.fi!szaka 2004-05-08 23:29:54 +00:00
parent bc92ae57e8
commit 6e0b4d5d32
1 changed files with 0 additions and 4 deletions

View File

@ -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;