Message ID | 201105281700.30726.sweet_f_a@gmx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index 7237672..48cfc27 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c @@ -202,7 +202,6 @@ struct nfs_cache_array_entry { u64 cookie; u64 ino; struct qstr string; - unsigned char d_type; }; struct nfs_cache_array { @@ -305,7 +304,6 @@ int nfs_readdir_add_to_array(struct nfs_entry *entry, struct page *page) cache_entry->cookie = entry->prev_cookie; cache_entry->ino = entry->ino; - cache_entry->d_type = entry->d_type; ret = nfs_readdir_make_qstr(&cache_entry->string, entry->name, entry->len);