]> git.tuebingen.mpg.de Git - paraslash.git/commit
Get rid of mmd->filename.
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 21:36:40 +0000 (23:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 21:36:40 +0000 (23:36 +0200)
commitfa2e4b062432412b90ad7ba6e85d27764544f1c8
tree7a8182c500bdd4ba4e6792e9714666f003a4a711
parent82f73e338ee087647f2c38250f1af1e225cd1f51
Get rid of mmd->filename.

The info is also contained in afd, but this was a pointer to data in
the shared memory area. We must copy into the static mmd buffer anyway,
since com_stat() must be able to see it. So make afd.path a static
array rather than a pointer and use afd->path instead of mmd->filename.
This simplifies save_afd() and load_afd() a bit since now only the
chunk table is of variable length.
afs.h
aft.c
command.c
server.c
server.h
vss.c