]> Zhao Yanbai Git Server - minix.git/commit
MFS: optimize dentry acllocation.
authorEvgeniy Ivanov <lolkaantimat@gmail.com>
Thu, 11 Aug 2011 15:12:07 +0000 (19:12 +0400)
committerBen Gras <ben@minix3.org>
Wed, 17 Aug 2011 08:41:35 +0000 (08:41 +0000)
commitbc434254ea5f25ce6cadaa81c722995c199f510d
tree659cfda1fe0eda1692332a9bd3caad36eb6a3678
parent164789226caa37e55fd6d045bf5ce75c5d4e89f0
MFS: optimize dentry acllocation.

When search for free slot always cache position of last allocated slot,
so next time when need to allocate new slot, we can search from that
position.
servers/mfs/inode.c
servers/mfs/inode.h
servers/mfs/path.c