From ca4b0dbdc9897eef0f7504ed9d737e0caf224830 Mon Sep 17 00:00:00 2001 From: Bob Peterson Date: Thu, 9 Aug 2012 12:48:42 -0500 Subject: [PATCH] --- yaml --- r: 323271 b: refs/heads/master c: 8e711e100fd63b9cbf095030d45fd5ee2fa4c995 h: refs/heads/master i: 323269: 7fa28393ca2cb52142d6fe0e0ab206f77d3f1c4a 323267: b0e299f76338f6ccb4b37d773eaba53c6dff22f5 323263: 3631d63d7ffacb94f174fc8eadf6f753f06af9ae v: v3 --- [refs] | 2 +- trunk/fs/gfs2/aops.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }