diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/reiserfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index 3192dc793226..b72dc2095478 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -2004,7 +2004,7 @@ extern const struct address_space_operations reiserfs_address_space_operations; | |||
2004 | 2004 | ||
2005 | /* fix_nodes.c */ | 2005 | /* fix_nodes.c */ |
2006 | 2006 | ||
2007 | int fix_nodes(int n_op_mode, struct tree_balance *p_s_tb, | 2007 | int fix_nodes(int n_op_mode, struct tree_balance *tb, |
2008 | struct item_head *p_s_ins_ih, const void *); | 2008 | struct item_head *p_s_ins_ih, const void *); |
2009 | void unfix_nodes(struct tree_balance *); | 2009 | void unfix_nodes(struct tree_balance *); |
2010 | 2010 | ||