ocfs2: Fix extent lookup to return true size of holes
[deliverable/linux.git] / fs / ocfs2 / journal.c
index db77e0996bb74b648b73907acc823de40a6869d9..12d2340eee29ebf1761c2ed93df6ebe3bebd435c 100644 (file)
@@ -649,9 +649,9 @@ bail:
 static int ocfs2_force_read_journal(struct inode *inode)
 {
        int status = 0;
-       int i, p_blocks;
-       u64 v_blkno, p_blkno;
-#define CONCURRENT_JOURNAL_FILL 32
+       int i;
+       u64 v_blkno, p_blkno, p_blocks;
+#define CONCURRENT_JOURNAL_FILL 32ULL
        struct buffer_head *bhs[CONCURRENT_JOURNAL_FILL];
 
        mlog_entry_void();
This page took 0.027726 seconds and 5 git commands to generate.