From: Jiro SEKIBA Date: Fri, 5 Feb 2010 14:15:26 +0000 (+0900) Subject: nilfs2: delete unnecessary condition in nilfs_dat_translate X-Git-Tag: v2.6.34-rc1~213^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086d1764b22bb2d9d79bb8e2198927acf028d732;p=pandora-kernel.git nilfs2: delete unnecessary condition in nilfs_dat_translate This is a trivial patch to delete unnecessary condition in nilfs_dat_translate. nilfs_dat_translate() will asign translated address to *blocknrp if blocknrp is not NULL. However the condition is unneeded, because all callers of nilfs_dat_translate() pass blocknrp properly. Signed-off-by: Jiro SEKIBA Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed