jbd2: JBD_XXX to JBD2_XXX naming cleanup
[deliverable/linux.git] / fs / jbd2 / commit.c
index 2cac34ac756adb1c9e898b4a107d587baeca5a4a..b898ee4ef16af322f30cab59d1518ad899998984 100644 (file)
@@ -278,7 +278,7 @@ static inline void write_tag_block(int tag_bytes, journal_block_tag_t *tag,
                                   unsigned long long block)
 {
        tag->t_blocknr = cpu_to_be32(block & (u32)~0);
-       if (tag_bytes > JBD_TAG_SIZE32)
+       if (tag_bytes > JBD2_TAG_SIZE32)
                tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1);
 }
 
This page took 0.023683 seconds and 5 git commands to generate.