From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:22 +0000 (-0700) Subject: [PATCH] ufs: directory and page cache: from blocks to pages X-Git-Tag: v2.6.18-rc1~1024 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71034e5e67d1577424cebe7bbb7d0ce134a4cd8;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed