]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Retry sendpage() if it returns EAGAIN
authorSunil Mushran <sunil.mushran@oracle.com>
Mon, 30 Jul 2007 18:02:50 +0000 (11:02 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 10 Aug 2007 00:27:38 +0000 (17:27 -0700)
commit5bec233771729efb251a2c86a5b0d95f63403f7e
tree8e60bc0a652ce19f47b6e9ab52e2ebe2b1dad51a
parentfad611d369231067f6feb21a119b21a962d82bb6
ocfs2: Retry sendpage() if it returns EAGAIN

Instead of treating EAGAIN, returned from sendpage(), as an error, this
patch retries the operation.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/cluster/tcp.c