]> wimlib.net Git - wimlib/commit
inode: move 'i_extra_size' to 'i_extra' buffer
authorEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:39:33 +0000 (19:39 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 19 Oct 2015 00:49:14 +0000 (19:49 -0500)
commitf9894b7e0e2a2a46fffdf7274d8671fb00f98089
tree74fd0036057b0f699d22b36a8dd21677a52d87f8
parent0afbab754acf82c6afc4d2173055f2f4d157240b
inode: move 'i_extra_size' to 'i_extra' buffer

Usually there will be no extra data and this will save a bit of memory.
include/wimlib/inode.h
src/dentry.c
src/tagged_items.c