]> Zhao Yanbai Git Server - minix.git/commit
Fix a bug in put_inode that causes corruption to the file system and another
authorThomas Veerman <thomas@minix3.org>
Wed, 9 Jun 2010 09:56:43 +0000 (09:56 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 9 Jun 2010 09:56:43 +0000 (09:56 +0000)
commita0eaaa5c9f269fb9c6f41fe4646ad39d77650036
tree36cb382511fd5e35716f7deb964342ff6c0b6e62
parent1207fcc6f0c9a4bf71ba7fc33b3dfd31f1b87a70
Fix a bug in put_inode that causes corruption to the file system and another
bug that causes problems when files grow bigger than a certain threshold. Also
fix a few type and code inconsistencies.
include/minix/const.h
servers/mfs/inode.c
servers/mfs/link.c
servers/mfs/open.c