File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ struct xbtree_afakeroot {
18
18
unsigned int af_blocks ;
19
19
};
20
20
21
- /* Cursor interactions with with fake roots for AG-rooted btrees. */
21
+ /* Cursor interactions with fake roots for AG-rooted btrees. */
22
22
void xfs_btree_stage_afakeroot (struct xfs_btree_cur * cur ,
23
23
struct xbtree_afakeroot * afake );
24
24
void xfs_btree_commit_afakeroot (struct xfs_btree_cur * cur , struct xfs_trans * tp ,
@@ -45,7 +45,7 @@ struct xbtree_ifakeroot {
45
45
unsigned int if_extents ;
46
46
};
47
47
48
- /* Cursor interactions with with fake roots for inode-rooted btrees. */
48
+ /* Cursor interactions with fake roots for inode-rooted btrees. */
49
49
void xfs_btree_stage_ifakeroot (struct xfs_btree_cur * cur ,
50
50
struct xbtree_ifakeroot * ifake ,
51
51
struct xfs_btree_ops * * new_ops );
@@ -90,7 +90,7 @@ struct xfs_btree_bload {
90
90
91
91
/*
92
92
* Number of free records to leave in each leaf block. If the caller
93
- * sets this to -1, the slack value will be calculated to be be halfway
93
+ * sets this to -1, the slack value will be calculated to be halfway
94
94
* between maxrecs and minrecs. This typically leaves the block 75%
95
95
* full. Note that slack values are not enforced on inode root blocks.
96
96
*/
You can’t perform that action at this time.
0 commit comments