Re: [PATCH 2/5] mm: use new helper functions around the i_mmap_mutex

2014-05-23 Thread Rik van Riel
On 05/22/2014 11:33 PM, Davidlohr Bueso wrote: > Convert all open coded mutex_lock/unlock calls to the > i_mmap_[lock/unlock]_write() helpers. > > Signed-off-by: Davidlohr Bueso Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 2/5] mm: use new helper functions around the i_mmap_mutex

2014-05-23 Thread Rik van Riel
On 05/22/2014 11:33 PM, Davidlohr Bueso wrote: Convert all open coded mutex_lock/unlock calls to the i_mmap_[lock/unlock]_write() helpers. Signed-off-by: Davidlohr Bueso davidl...@hp.com Acked-by: Rik van Riel r...@redhat.com -- All rights reversed -- To unsubscribe from this list: send

[PATCH 2/5] mm: use new helper functions around the i_mmap_mutex

2014-05-22 Thread Davidlohr Bueso
Convert all open coded mutex_lock/unlock calls to the i_mmap_[lock/unlock]_write() helpers. Signed-off-by: Davidlohr Bueso --- fs/hugetlbfs/inode.c| 4 ++-- kernel/events/uprobes.c | 4 ++-- kernel/fork.c | 4 ++-- mm/filemap_xip.c| 4 ++-- mm/hugetlb.c| 12

[PATCH 2/5] mm: use new helper functions around the i_mmap_mutex

2014-05-22 Thread Davidlohr Bueso
Convert all open coded mutex_lock/unlock calls to the i_mmap_[lock/unlock]_write() helpers. Signed-off-by: Davidlohr Bueso davidl...@hp.com --- fs/hugetlbfs/inode.c| 4 ++-- kernel/events/uprobes.c | 4 ++-- kernel/fork.c | 4 ++-- mm/filemap_xip.c| 4 ++-- mm/hugetlb.c

[PATCH 2/5] mm: use new helper functions around the i_mmap_mutex

2013-06-24 Thread Davidlohr Bueso
Convert all open coded mutex_lock/unlock calls to the i_mmap_[lock/unlock]_write() helpers. Signed-off-by: Davidlohr Bueso --- arch/x86/mm/hugetlbpage.c | 4 ++-- fs/hugetlbfs/inode.c | 4 ++-- kernel/events/uprobes.c | 4 ++-- kernel/fork.c | 4 ++-- mm/filemap_xip.c

[PATCH 2/5] mm: use new helper functions around the i_mmap_mutex

2013-06-24 Thread Davidlohr Bueso
Convert all open coded mutex_lock/unlock calls to the i_mmap_[lock/unlock]_write() helpers. Signed-off-by: Davidlohr Bueso davidlohr.bu...@hp.com --- arch/x86/mm/hugetlbpage.c | 4 ++-- fs/hugetlbfs/inode.c | 4 ++-- kernel/events/uprobes.c | 4 ++-- kernel/fork.c | 4 ++--