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)
commitce17204ae633001ef41318d487282730e96b9522
tree8e60bc0a652ce19f47b6e9ab52e2ebe2b1dad51a
parent480214d71f1972756473415d31953647952400fb
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