]> wimlib.net Git - wimlib/commit
Don't hold d_unused fields in memory
authorEric Biggers <ebiggers3@gmail.com>
Sat, 18 Jan 2014 06:30:45 +0000 (00:30 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 18 Jan 2014 06:30:45 +0000 (00:30 -0600)
commit9c088d75ecfd3c2c65a6e7e1b54eb65c7f1cab14
tree9b2e692e28dc68a740f4500275c01ed4a168bc4b
parent8f76d8e5c6132dd296c36f97aabb011a04e944ae
Don't hold d_unused fields in memory

It's not really worth wasting 16 bytes per dentry on them when they're
not even used for anything.
include/wimlib/dentry.h
src/dentry.c