Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1565056
| From | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -mm 1/2] nilfs2: use nilfs_btree_node_size() |
| Date | 2017-01-23 16:30 +0100 |
| Message-ID | <t2OJc-885-25@gated-at.bofh.it> (permalink) |
| References | <t2OJc-885-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Geliang Tang <geliangtang@gmail.com>
Use nilfs_btree_node_size() instead of open-coding.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
---
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 2e315f9..9c7ea17 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 {
--
1.8.3.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH -mm 0/2] nilfs2 minor changes Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2017-01-23 16:30 +0100 [PATCH -mm 2/2] nilfs2: use i_blocksize() Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2017-01-23 16:30 +0100 [PATCH -mm 1/2] nilfs2: use nilfs_btree_node_size() Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2017-01-23 16:30 +0100
csiph-web