diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 0746e1abdfc7..7efb349fb9bd 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -558,7 +558,7 @@ static unsigned long long ocfs2_max_file_offset(unsigned int bbits, | |||
558 | */ | 558 | */ |
559 | 559 | ||
560 | #if BITS_PER_LONG == 32 | 560 | #if BITS_PER_LONG == 32 |
561 | # if defined(CONFIG_LBD) | 561 | # if defined(CONFIG_LBDAF) |
562 | BUILD_BUG_ON(sizeof(sector_t) != 8); | 562 | BUILD_BUG_ON(sizeof(sector_t) != 8); |
563 | /* | 563 | /* |
564 | * We might be limited by page cache size. | 564 | * We might be limited by page cache size. |