Re: [PATCH linux-next] procfs: fix rcu-lock/unlock in proc_reg_open() and proc_reg_release()

2013-03-12 Thread Peter Hurley
On Thu, 2013-03-07 at 11:21 +0400, Konstantin Khlebnikov wrote: > fix for a21813be23329e2788164eab532e79cb0e513cfc (linux-next) > "procfs: improve scaling in proc" > > Signed-off-by: Konstantin Khlebnikov > Cc: Nathan Zimmer > Cc: Andrew Morton Konstantin, Thanks for fixing this. Now -next bo

[PATCH linux-next] procfs: fix rcu-lock/unlock in proc_reg_open() and proc_reg_release()

2013-03-06 Thread Konstantin Khlebnikov
fix for a21813be23329e2788164eab532e79cb0e513cfc (linux-next) "procfs: improve scaling in proc" Signed-off-by: Konstantin Khlebnikov Cc: Nathan Zimmer Cc: Andrew Morton --- fs/proc/inode.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/proc/inode.c b/fs/proc/inode.