Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/picolcd...
[firefly-linux-kernel-4.4.55.git] / fs / reiserfs / lbalance.c
index 814dda3ec998d770c9a0e50420599002b9353cc0..249594a821e0a5e8c60d96c7cad0cd841fccd70b 100644 (file)
@@ -899,8 +899,9 @@ void leaf_delete_items(struct buffer_info *cur_bi, int last_first,
 
 /* insert item into the leaf node in position before */
 void leaf_insert_into_buf(struct buffer_info *bi, int before,
-                         struct item_head *inserted_item_ih,
-                         const char *inserted_item_body, int zeros_number)
+                         struct item_head * const inserted_item_ih,
+                         const char * const inserted_item_body,
+                         int zeros_number)
 {
        struct buffer_head *bh = bi->bi_bh;
        int nr, free_space;