DragonFly commits List (threaded) for 2013-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Fix deadlock in tmpfs
commit aa21b4baec3e6517aa9c6ff072635123cb021f74
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Fri Feb 22 13:01:45 2013 -0800
kernel - Fix deadlock in tmpfs
* If the pageout daemon is paging out a file on a tmpfs mount concurrent
with an unmount of same, a deadlock can occur.
* Fix the node vs vnode lock order in the tmpfs umount code.
Summary of changes:
sys/vfs/tmpfs/tmpfs_vfsops.c | 34 ++++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aa21b4baec3e6517aa9c6ff072635123cb021f74
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]