diff options
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r-- | fs/ocfs2/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 60be3ba1f5dc..026e6eb85187 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c | |||
@@ -88,7 +88,7 @@ static struct buffer_head *ocfs2_bread(struct inode *inode, | |||
88 | struct buffer_head *bh = NULL; | 88 | struct buffer_head *bh = NULL; |
89 | int tmperr; | 89 | int tmperr; |
90 | u64 p_blkno; | 90 | u64 p_blkno; |
91 | int readflags = OCFS2_BH_CACHED; | 91 | int readflags = 0; |
92 | 92 | ||
93 | if (reada) | 93 | if (reada) |
94 | readflags |= OCFS2_BH_READAHEAD; | 94 | readflags |= OCFS2_BH_READAHEAD; |