From: Zhihui Zhang Date: Sun, 7 Apr 2013 16:57:04 +0000 (-0400) Subject: f2fs: fix the logic of IS_DNODE() X-Git-Tag: v3.10-rc1~45^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3315101f7070013d01bb5396c6bde07b3a8bcbd8;p=pandora-kernel.git f2fs: fix the logic of IS_DNODE() If (ofs % (NIDS_PER_BLOCK + 1) == 0), the node is an indirect node block. Signed-off-by: Zhihui Zhang Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed