infra: remove obsolete d_global

This commit is contained in:
Thomas Schoebel-Theuer 2017-08-30 21:50:48 +02:00
parent 641a587d22
commit 52fe09c3ca
2 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ extern char *my_id(void);
struct kstat old_stat; \
char *new_link; \
char *old_link; \
struct mars_global *d_global; \
void (*d_private_destruct)(void *private); \
void *d_private;

View File

@ -1453,7 +1453,6 @@ int mars_filler(void *__buf, const char *name, int namlen, loff_t offset,
dent->d_killme = false;
dent->d_use_channel = use_channel;
dent->d_depth = cookie->depth;
dent->d_global = cookie->global;
return 0;
}