On Fri, 20 Jan 2017 22:34:58 +0800, Geliang Tang wrote: > Use nilfs_btree_node_size() instead of open-coding. > > Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx> Applied, thanks. Ryusuke Konishi > --- > fs/nilfs2/btree.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/nilfs2/btree.c b/fs/nilfs2/btree.c > index d75238a..06ffa13 100644 > --- a/fs/nilfs2/btree.c > +++ b/fs/nilfs2/btree.c > @@ -1870,7 +1870,7 @@ int nilfs_btree_convert_and_insert(struct nilfs_bmap *btree, > di = &dreq; > ni = NULL; > } else if ((n + 1) <= NILFS_BTREE_NODE_NCHILDREN_MAX( > - 1 << btree->b_inode->i_blkbits)) { > + nilfs_btree_node_size(btree))) { > di = &dreq; > ni = &nreq; > } else { > -- > 2.9.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html