From: Ryusuke Konishi Date: Sun, 29 Mar 2009 15:50:19 +0000 (+0900) Subject: nilfs2: simplify handling of active state of segments fix X-Git-Tag: v2.6.30-rc2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3efb55b496952e0d29a9ec66d0ceaab175c4e8ca;p=pandora-kernel.git nilfs2: simplify handling of active state of segments fix This fixes a bug of ("nilfs2: simplify handling of active state of segments") patch. The patch did not take account that a base index is increased in nilfs_sufile_get_suinfo() function if requested entries go across block boundary on sufile. Due to this bug, the active flag sometimes appears on wrong segments and has induced malfunction of garbage collection. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed