Re: dn_route.c momentarily exiting RCU read-side critical section

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Tuesday, October 30, 2007 - 1:10 am

From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Date: Mon, 29 Oct 2007 14:15:40 -0700

 ...

seq->private is allocated on file open (here via seq_open_private()),
and freed up on file close (via seq_release_private).

So it cannot be freed up in the middle of an iteration.

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
dn_route.c momentarily exiting RCU read-side critical section, Paul E. McKenney, (Mon Oct 29, 2:15 pm)
Re: dn_route.c momentarily exiting RCU read-side critical ..., David Miller, (Tue Oct 30, 1:10 am)
Re: dn_route.c momentarily exiting RCU read-side critical ..., Paul E. McKenney, (Tue Oct 30, 8:12 am)