On Fri, 23 Apr 2009, Oleg Nesterov wrote: > write_lock(&p->fs->lock); > - lock_task_sighand(p, &flags); > + rcu_read_lock(); > for (t = next_thread(p); t != p; t = next_thread(t)) { > if (t->fs == p->fs) > n_fs++; > } > + rcu_read_lock(); Not quite! if second rcu_read_lock() changed to rcu_read_unlock(), then Acked-by: Hugh Dickins <hugh@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html