diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
-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 bd52b949f8c9..65bb5e3e3abe 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -2026,7 +2026,7 @@ void leaf_paste_in_buffer(struct buffer_info *bi, int pasted_item_num, | |||
2026 | int zeros_number); | 2026 | int zeros_number); |
2027 | void leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num, | 2027 | void leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num, |
2028 | int pos_in_item, int cut_size); | 2028 | int pos_in_item, int cut_size); |
2029 | void leaf_paste_entries(struct buffer_head *bh, int item_num, int before, | 2029 | void leaf_paste_entries(struct buffer_info *bi, int item_num, int before, |
2030 | int new_entry_count, struct reiserfs_de_head *new_dehs, | 2030 | int new_entry_count, struct reiserfs_de_head *new_dehs, |
2031 | const char *records, int paste_size); | 2031 | const char *records, int paste_size); |
2032 | /* ibalance.c */ | 2032 | /* ibalance.c */ |