commit | b71034e5e67d1577424cebe7bbb7d0ce134a4cd8 | [log] [tgz] |
---|---|---|
author | Evgeniy Dushistov <dushistov@mail.ru> | Sun Jun 25 05:47:22 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:02 2006 -0700 |
tree | 4e4ffe95db731bbdc81d086d2b4462b3ab5867c2 | |
parent | 826843a347cc8fd596a4c73d3fbdf04a1f130b8a [diff] |
[PATCH] ufs: directory and page cache: from blocks to pages Change function in fs/ufs/dir.c and fs/ufs/namei.c to work with pages instead of straight work with blocks. It fixed such bugs: * for i in `seq 1 1000`; do touch $i; done - crash system * mkdir create directory without "." and ".." entries Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>