]> wimlib.net Git - wimlib/commit
Get rid of static variables in mount.c
authorEric Biggers <ebiggers3@gmail.com>
Sun, 28 Oct 2012 18:58:36 +0000 (13:58 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 28 Oct 2012 18:58:36 +0000 (13:58 -0500)
commit597e700af87a07ec12f2bd10690954473cf1ca93
treee266b61694fa37025242bf4dc17582fbf80d2c87
parent26ed036ec0c176134e16321234fdb779d033b43e
Get rid of static variables in mount.c

Introduce `struct wimfs_context' that is passed as FUSE private data and
retrieved through fuse_get_context().
src/dentry.c
src/lookup_table.c
src/lookup_table.h
src/mount.c