* [KJ] [PATCH 7/40] fs/nfs4callback: replace schedule_timeout() with ssleep()
@ 2005-01-20 19:03 Nishanth Aravamudan
2005-03-01 21:31 ` [KJ] Re: [NFS] " J. Bruce Fields
0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Aravamudan @ 2005-01-20 19:03 UTC (permalink / raw)
To: neilb; +Cc: kernel-janitors, nfs
[-- Attachment #1: Type: text/plain, Size: 889 bytes --]
Hi,
Please consider applying.
Description: Use ssleep() instead of schedule_timeout() to guarantee the task
delays as expected.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
--- 2.6.11-rc1-kj-v/fs/nfsd/nfs4callback.c 2005-01-15 16:55:41.000000000 -0800
+++ 2.6.11-rc1-kj/fs/nfsd/nfs4callback.c 2005-01-18 11:03:27.000000000 -0800
@@ -38,6 +38,7 @@
#include <linux/list.h>
#include <linux/inet.h>
#include <linux/errno.h>
+#include <linux/delay.h>
#include <linux/sunrpc/xdr.h>
#include <linux/sunrpc/svc.h>
#include <linux/sunrpc/clnt.h>
@@ -531,8 +532,7 @@ out:
retry:
atomic_inc(&dp->dl_recall_cnt);
/* sleep 2 seconds before retrying recall */
- set_current_state(TASK_UNINTERRUPTIBLE);
- schedule_timeout(2*HZ);
+ ssleep(2);
status = nfsd4_cb_recall(dp);
dprintk("NFSD: nfs4_cb_recall_done: retry status: %d dp %p dl_flock %p\n",status,dp, dp->dl_flock);
}
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
* [KJ] Re: [NFS] [PATCH 7/40] fs/nfs4callback: replace schedule_timeout() with ssleep()
2005-01-20 19:03 [KJ] [PATCH 7/40] fs/nfs4callback: replace schedule_timeout() with ssleep() Nishanth Aravamudan
@ 2005-03-01 21:31 ` J. Bruce Fields
0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2005-03-01 21:31 UTC (permalink / raw)
To: Nishanth Aravamudan; +Cc: kernel-janitors, nfs, neilb
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
On Thu, Jan 20, 2005 at 11:03:52AM -0800, Nishanth Aravamudan wrote:
> Please consider applying.
>
> Description: Use ssleep() instead of schedule_timeout() to guarantee the task
> delays as expected.
Thanks, but a different fix for this has been submitted. (Our sleeping
at all there is a bug.)--b.
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-01 21:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-20 19:03 [KJ] [PATCH 7/40] fs/nfs4callback: replace schedule_timeout() with ssleep() Nishanth Aravamudan
2005-03-01 21:31 ` [KJ] Re: [NFS] " J. Bruce Fields
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox