remove unused max_depth field from ntfs_index_context
parent
d776c52209
commit
b4764d8a9d
|
@ -98,7 +98,6 @@ typedef struct {
|
|||
int parent_pos[MAX_PARENT_VCN]; /* parent entries' positions */
|
||||
VCN ib_vcn;
|
||||
VCN parent_vcn[MAX_PARENT_VCN]; /* entry's parent nodes */
|
||||
int max_depth; /* number of the parent nodes */
|
||||
int pindex; /* maximum it's the number of the parent nodes */
|
||||
BOOL ib_dirty;
|
||||
u32 block_size;
|
||||
|
|
|
@ -789,7 +789,6 @@ done:
|
|||
icx->entry = ie;
|
||||
icx->data = (u8 *)ie + offsetof(INDEX_ENTRY, key);
|
||||
icx->data_len = le16_to_cpu(ie->key_length);
|
||||
icx->max_depth = icx->pindex;
|
||||
ntfs_log_trace("Done.\n");
|
||||
if (err) {
|
||||
errno = err;
|
||||
|
|
Loading…
Reference in New Issue