remove unused max_depth field from ntfs_index_context

master
szaka 2008-02-02 12:36:28 +00:00
parent d776c52209
commit b4764d8a9d
2 changed files with 0 additions and 2 deletions

View File

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

View File

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