commit | 3e41f597b1595479e4a1b2e6b17b3542120ef165 | [log] [tgz] |
---|---|---|
author | Evgeniy Dushistov <dushistov@mail.ru> | Sun Jun 25 05:47:23 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:02 2006 -0700 |
tree | a4adfd190f25b6b896ae04e9d4cbd6c4d94c872c | |
parent | 9695ef16ed4e00b59303f39f9a4a422a2c6a3b89 [diff] |
[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 <dushistov@mail.ru> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>