VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Andreas Gruenbacher <agruenba@redhat.com> 2015-11-11 15:00:35 -0600 committer: Bob Peterson <rpeterso@redhat.com> 2015-11-16 12:00:29 -0600 commit: c8d577038449a718ad0027d1790b6ef4441715d4 parent: 3dd1dd8c696bdb7c8dcc9456cb23558ad1b336b8
Commit Summary:
gfs2: Extended attribute readahead
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
index 3a31226531ea..e01298d922c0 100644
--- a/fs/gfs2/quota.c
+++ b/fs/gfs2/quota.c
@@ -388,7 +388,7 @@ static int bh_get(struct gfs2_quota_data *qd)
 	error = gfs2_block_map(&ip->i_inode, block, &bh_map, 0);
 	if (error)
 		goto fail;
-	error = gfs2_meta_read(ip->i_gl, bh_map.b_blocknr, DIO_WAIT, &bh);
+	error = gfs2_meta_read(ip->i_gl, bh_map.b_blocknr, DIO_WAIT, 0, &bh);
 	if (error)
 		goto fail;
 	error = -EIO;