From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:23 +0000 (-0700) Subject: [PATCH] ufs: not usual amounts of fragments per block X-Git-Tag: v2.6.18-rc1~1022 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e41f597b1595479e4a1b2e6b17b3542120ef165;p=pandora-kernel.git [PATCH] ufs: not usual amounts of fragments per block The writing to UFS file system with block/fragment!=8 may cause bogus behaviour. The problem in "ufs_bitmap_search" function, which doesn't work correctly in "block/fragment!=8" case. The idea is stolen from BSD code. Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed