Re: [Cluster-devel] [PATCH 1/6] GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq

2012-08-10 Thread Steven Whitehouse
Hi, All six pushed to the -nmw tree. Thanks, Steve. On Thu, 2012-08-09 at 12:48 -0500, rpete...@redhat.com wrote: From: Bob Peterson rpete...@redhat.com This patch changes function gfs2_direct_IO so that it uses a normal call to gfs2_glock_dq rather than a call to a multiple-dq of one

[Cluster-devel] [PATCH 1/6] GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq

2012-08-09 Thread rpeterso
From: Bob Peterson rpete...@redhat.com This patch changes function gfs2_direct_IO so that it uses a normal call to gfs2_glock_dq rather than a call to a multiple-dq of one item. --- fs/gfs2/aops.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/gfs2/aops.c