Re: [KJ][PATCH 03/04]use set_current_state in fs

2007-04-14 Thread Milind Arun Choudhary
On 11:39 Sat 14 Apr , Eric Dumazet wrote: > Milind Arun Choudhary a écrit : > >use set_current_state(TASK_*) instead of current->state = TASK_*, in fs/nfs > Probably a dumb question, so please forgive me. no. you have a valid point My bad :( I should probably be enjoying my weekend outdoors..

Re: [KJ][PATCH 03/04]use set_current_state in fs

2007-04-14 Thread Eric Dumazet
Milind Arun Choudhary a écrit : use set_current_state(TASK_*) instead of current->state = TASK_*, in fs/nfs Signed-off-by: Milind Arun Choudhary <[EMAIL PROTECTED]> --- idmap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index

[KJ][PATCH 03/04]use set_current_state in fs

2007-04-14 Thread Milind Arun Choudhary
use set_current_state(TASK_*) instead of current->state = TASK_*, in fs/nfs Signed-off-by: Milind Arun Choudhary <[EMAIL PROTECTED]> --- idmap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 9d4a6b2..054ca15 100644 ---

[KJ][PATCH 03/04]use set_current_state in fs

2007-04-14 Thread Milind Arun Choudhary
use set_current_state(TASK_*) instead of current-state = TASK_*, in fs/nfs Signed-off-by: Milind Arun Choudhary [EMAIL PROTECTED] --- idmap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index 9d4a6b2..054ca15 100644 ---

Re: [KJ][PATCH 03/04]use set_current_state in fs

2007-04-14 Thread Eric Dumazet
Milind Arun Choudhary a écrit : use set_current_state(TASK_*) instead of current-state = TASK_*, in fs/nfs Signed-off-by: Milind Arun Choudhary [EMAIL PROTECTED] --- idmap.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c index

Re: [KJ][PATCH 03/04]use set_current_state in fs

2007-04-14 Thread Milind Arun Choudhary
On 11:39 Sat 14 Apr , Eric Dumazet wrote: Milind Arun Choudhary a écrit : use set_current_state(TASK_*) instead of current-state = TASK_*, in fs/nfs Probably a dumb question, so please forgive me. no. you have a valid point My bad :( I should probably be enjoying my weekend outdoors..