From: Jaegeuk Kim Date: Mon, 21 Jan 2013 08:34:21 +0000 (+0900) Subject: f2fs: add comments of start_bidx_of_node X-Git-Tag: v3.8-rc5~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af45ef5ab8ce4a13c553200dc15509441fbd68f;p=pandora-kernel.git f2fs: add comments of start_bidx_of_node The caller of start_bidx_of_node() should give proper node offsets which point only direct node blocks. Otherwise, it is a caller's bug. This patch adds comments to make it clear. Reported-by: Dan Carpenter Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed