diff options
Diffstat (limited to 'fs/ocfs2/slot_map.h')
-rw-r--r-- | fs/ocfs2/slot_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/slot_map.h b/fs/ocfs2/slot_map.h index 5118e89c84eb..601c95fd7003 100644 --- a/fs/ocfs2/slot_map.h +++ b/fs/ocfs2/slot_map.h | |||
@@ -39,6 +39,6 @@ int ocfs2_node_num_to_slot(struct ocfs2_super *osb, unsigned int node_num); | |||
39 | int ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, | 39 | int ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, |
40 | unsigned int *node_num); | 40 | unsigned int *node_num); |
41 | 41 | ||
42 | int ocfs2_clear_slot(struct ocfs2_super *osb, s16 slot_num); | 42 | int ocfs2_clear_slot(struct ocfs2_super *osb, int slot_num); |
43 | 43 | ||
44 | #endif | 44 | #endif |