[Cluster-devel] [PATCH V9 28/33] gfs2: Convert aio_read/write ops to read/write_iter

2013-10-16 Thread Dave Kleikamp
Signed-off-by: Dave Kleikamp dave.kleik...@oracle.com Cc: Steven Whitehouse swhit...@redhat.com Cc: cluster-devel@redhat.com --- fs/gfs2/file.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/fs/gfs2/file.c b/fs/gfs2/file.c index 0621b46..28f4628 100644

Re: [Cluster-devel] [PATCH] dlm: Avoid that dlm_release_lockspace() incorrectly returns -EBUSY

2013-10-16 Thread David Teigland
On Wed, Oct 16, 2013 at 02:20:25PM +0200, Bart Van Assche wrote: When dlm_release_lockspace(ls, 1) is invoked on a busy system I've pushed this to the next branch. Thanks, Dave