From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:27 +0000 (-0700) Subject: [PATCH] ufs: zero metadata X-Git-Tag: v2.6.18-rc1~1016 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022a6dc5f461a30615bcd1687569abeee7ef8ba2;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed