We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b04a2c8 + 940d4c0 commit 593f927Copy full SHA for 593f927
1 file changed
fs/nova/balloc.c
@@ -583,7 +583,7 @@ struct nova_range_node *nova_alloc_blocknode_atomic(struct super_block *sb)
583
584
#define PAGES_PER_2MB 512
585
#define PAGES_PER_2MB_MASK (512 - 1)
586
-#define IS_DATABLOCKS_2MB_ALIGNED(numblocks, atype) \
+#define IS_DATABLOCKS_2MB_ALIGNED(num_blocks, atype) \
587
(!(num_blocks & PAGES_PER_2MB_MASK) && (atype == DATA))
588
589
/* This method returns the number of blocks allocated. */
0 commit comments