X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Focfs2%2Fslot_map.h;h=601c95fd700300e850644d54a47e8fa01188731b;hb=66a45cc4cc1c1f7d1ccae4d0fee261eab5560682;hp=5118e89c84ebe757ba6fec43e6b7ca95c93e706b;hpb=d85b20e4b300edfd290f21fc2d790ba16d2f225b;p=karo-tx-linux.git 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); int ocfs2_slot_to_node_num_locked(struct ocfs2_super *osb, int slot_num, unsigned int *node_num); -int ocfs2_clear_slot(struct ocfs2_super *osb, s16 slot_num); +int ocfs2_clear_slot(struct ocfs2_super *osb, int slot_num); #endif