ocfs2: handle async EAGAIN from NOQUEUE request
authorDavid Teigland <teigland@redhat.com>
Thu, 31 Jan 2008 00:52:53 +0000 (16:52 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:04 +0000 (08:56 -0700)
commit1693a5c0117f8ccd010a666f97aaf0f14fb0a0e4
tree189560d59df3eebfe756698d24219008d9662606
parentde551246e7bc5558371c3427889a8db1b8cc60f4
ocfs2: handle async EAGAIN from NOQUEUE request

When using fsdlm, -EAGAIN is returned in the async callback for NOQUEUE
requests. Fix up dlmglue to expect this.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/dlmglue.c