]> git.ipfire.org Git - people/ms/linux.git/commit - fs/ufs/balloc.c
[PATCH] ufs: not usual amounts of fragments per block
authorEvgeniy Dushistov <dushistov@mail.ru>
Sun, 25 Jun 2006 12:47:23 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:02 +0000 (10:01 -0700)
commit3e41f597b1595479e4a1b2e6b17b3542120ef165
treea4adfd190f25b6b896ae04e9d4cbd6c4d94c872c
parent9695ef16ed4e00b59303f39f9a4a422a2c6a3b89
[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>
fs/ufs/balloc.c
fs/ufs/util.h