From: Ryusuke Konishi Date: Sat, 10 Jul 2010 12:37:47 +0000 (+0900) Subject: nilfs2: remove constant qualifier from argument of bmap propagate X-Git-Tag: v2.6.36-rc1~500^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583ada4761e18bb105ce5181b0b13cf55ead6201;p=pandora-kernel.git nilfs2: remove constant qualifier from argument of bmap propagate The first argument of bops->bop_propagate operation takes a constant qualifier, and causes compilation error when removed cast to pointer of nilfs_btree structure type. This fixes the issue to prepare for succesive removal of nilfs_btree struct. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed