commit | 583ada4761e18bb105ce5181b0b13cf55ead6201 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Jul 10 21:37:47 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Jul 23 10:02:13 2010 +0900 |
tree | 01f0ea519265b965e50d87edd826ec56cdc7ca42 | |
parent | 25b8d7ded0e4579bf152882249abfd351e65a17d [diff] |
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 <konishi.ryusuke@lab.ntt.co.jp>