]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq
authorBob Peterson <rpeterso@redhat.com>
Thu, 9 Aug 2012 17:48:42 +0000 (12:48 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 10 Aug 2012 09:59:53 +0000 (10:59 +0100)
commit27913f0d1a1ebfd0bcc3b8aa8ef5fb7d47be9087
treed0c9a8802444c6051c4e43e8876eb76d5652dfce
parent4be6e19c6dc7f365e107bbb3e1a40931202e390e
GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq

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.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/aops.c