mirror of
https://github.com/schoebel/mars
synced 2025-01-27 17:54:03 +00:00
infra: remove obsolete d_global
This commit is contained in:
parent
641a587d22
commit
52fe09c3ca
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user