From: Evgeniy Dushistov Date: Sun, 25 Jun 2006 12:47:28 +0000 (-0700) Subject: [PATCH] ufs: missed brelse and wrong baseblk X-Git-Tag: v2.6.18-rc1~1014 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f391475812ba39afa322c835217ffe936f5e754a;p=pandora-kernel.git [PATCH] ufs: missed brelse and wrong baseblk This patch fixes two bugs, which introduced by previous patches: 1) Missed "brelse" 2) Sometimes "baseblk" may be wrongly calculated, if i_size is equal to zero, which lead infinite cycle in "mpage_writepages". Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed