diff options
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r-- | fs/ocfs2/alloc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index 2c8ce32adf01..9dd68cd7b0ad 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -6522,9 +6522,9 @@ ocfs2_find_per_slot_free_list(int type, | |||
6522 | return fl; | 6522 | return fl; |
6523 | } | 6523 | } |
6524 | 6524 | ||
6525 | static int ocfs2_cache_block_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, | 6525 | int ocfs2_cache_block_dealloc(struct ocfs2_cached_dealloc_ctxt *ctxt, |
6526 | int type, int slot, u64 blkno, | 6526 | int type, int slot, u64 blkno, |
6527 | unsigned int bit) | 6527 | unsigned int bit) |
6528 | { | 6528 | { |
6529 | int ret; | 6529 | int ret; |
6530 | struct ocfs2_per_slot_free_list *fl; | 6530 | struct ocfs2_per_slot_free_list *fl; |