[PATCH 0/3] mmap vs NFS
- From: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
- Date: Wed, 14 Nov 2007 21:01:36 +0100
Currently there is an AB-BA deadlock in NFS mmap.
nfs_file_mmap() can take i_mutex, while holding mmap_sem, whereas the regular
locking order is the other way around.
This patch-set attempts to solve this issue.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 0/3] mmap vs NFS
- From: Trond Myklebust
- Re: [PATCH 0/3] mmap vs NFS
- From: Peter Zijlstra
- [PATCH 1/3] mm: pull mmap_sem into do_mmap{,_pgoff}
- From: Peter Zijlstra
- [PATCH 2/3] vfs: ->mmap_prepare()
- From: Peter Zijlstra
- [PATCH 3/3] nfs: use ->mmap_prepare() to avoid an AB-BA deadlock
- From: Peter Zijlstra
- Re: [PATCH 0/3] mmap vs NFS
- Prev by Date: [PATCH 3/3] nfs: use ->mmap_prepare() to avoid an AB-BA deadlock
- Next by Date: [PATCH 2/3] vfs: ->mmap_prepare()
- Previous by thread: RE: [PATCH] MegaRAID SAS: Convert aen_mutex to the mutex API
- Next by thread: [PATCH 3/3] nfs: use ->mmap_prepare() to avoid an AB-BA deadlock
- Index(es):
Relevant Pages
|
|