]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit813a1bfd00a73ad130386795549681a309439c9b
tree189560d59df3eebfe756698d24219008d9662606
parentf81d8d1b513af54dbd162c0b0cfb2119fc3172cc
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