On Fri, 11 May 2007 15:15:43 +0200 Peter Zijlstra <[email protected]> wrote:
> - down_write(¤t->mm->mmap_sem);
> + rw_mutex_write_lock(¤t->mm->mmap_lock);
y'know, this is such an important lock and people have had such problems
with it and so many different schemes and ideas have popped up that I'm
kinda thinking that we should wrap it:
write_lock_mm(struct mm_struct *mm);
write_unlock_mm(struct mm_struct *mm);
read_lock_mm(struct mm_struct *mm);
read_unlock_mm(struct mm_struct *mm);
so that further experimentations become easier?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]