Whamcloud - gitweb
b=21411 Avoid infinite loop when bulk IO delayed.
authoryangsheng <sheng.yang@sun.com>
Thu, 17 Dec 2009 17:25:19 +0000 (01:25 +0800)
committerjohann <johann@granier.local>
Fri, 18 Dec 2009 14:29:49 +0000 (15:29 +0100)
commit58ab8b926eadd3f706ef317f5d7bb9a1efc83663
treea3aabbe5ead161390e0cd9dd65df6b28026b8d31
parentd7bdeb27b53b12f8c567fa220f82e1ca2a10a470
b=21411 Avoid infinite loop when bulk IO delayed.

The rq_deadline calculated base on cfs_time_current_sec() when AT enabled,
So the early reply always send between client&server. And the request
never be timeout in some case.

i=nathan
i=johann
lustre/ptlrpc/service.c
lustre/tests/recovery-small.sh