]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ufs: zero metadata
authorEvgeniy Dushistov <dushistov@mail.ru>
Sun, 25 Jun 2006 12:47:27 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:03 +0000 (10:01 -0700)
commit862c0230cc8d62f63e4237354de6fc814d07fe80
tree8f16f7d70aa443f0d53bed70ac8633ec6febd87c
parent12243d1dcc43ab3a025e21faad101c20810b410b
[PATCH] ufs: zero metadata

Presently if we allocate several "metadata" blocks (pointers to indirect
blocks for example), we fill with zeroes only the first block.  This cause
some problems in "truncate" function.  Also this patch remove some unused
arguments from several functions and add comments.

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/inode.c