diff --git a/[refs] b/[refs] index 6484a789e3df..ea0bd99b244d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d8b752a0f55282498b918f6a28f87ee2bcf19c3 +refs/heads/master: 8e711e100fd63b9cbf095030d45fd5ee2fa4c995 diff --git a/trunk/fs/gfs2/aops.c b/trunk/fs/gfs2/aops.c index 00eaa83871b7..01c4975da4bc 100644 --- a/trunk/fs/gfs2/aops.c +++ b/trunk/fs/gfs2/aops.c @@ -1024,7 +1024,7 @@ static ssize_t gfs2_direct_IO(int rw, struct kiocb *iocb, offset, nr_segs, gfs2_get_block_direct, NULL, NULL, 0); out: - gfs2_glock_dq_m(1, &gh); + gfs2_glock_dq(&gh); gfs2_holder_uninit(&gh); return rv; }