commit | c9a27b5dca52bbd0955e065e49e56eb313d02c34 | [log] [tgz] |
---|---|---|
author | Evgeniy Dushistov <dushistov@mail.ru> | Sun Jun 25 05:47:19 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:01 2006 -0700 |
tree | 6e5223f9ee942e8a55552138aa67ef2a37e01738 | |
parent | 2061df0f89201c0abeb4c17d343309c9fae5b861 [diff] |
[PATCH] ufs: right block allocation * After block allocation, we map it on the same "address" as 8 others blocks * We nullify block several times: once in ufs/block.c and once in block_*write_full_page, and use different "caches" for this. Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>