summaryrefslogtreecommitdiffstats
path: root/fs/ext4/readpage.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/readpage.c')
-rw-r--r--fs/ext4/readpage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/readpage.c b/fs/ext4/readpage.c
index 52d3ff5a9db1..b18881eb8da6 100644
--- a/fs/ext4/readpage.c
+++ b/fs/ext4/readpage.c
@@ -49,7 +49,7 @@
49 49
50static inline bool ext4_bio_encrypted(struct bio *bio) 50static inline bool ext4_bio_encrypted(struct bio *bio)
51{ 51{
52#ifdef CONFIG_EXT4_FS_ENCRYPTION 52#ifdef CONFIG_FS_ENCRYPTION
53 return unlikely(bio->bi_private != NULL); 53 return unlikely(bio->bi_private != NULL);
54#else 54#else
55 return false; 55 return false;