Konstantin Belousov
4dec8579bd
Fix the race while waiting for coveredvp lock during unmount. The vnode may
...
be recycled during the sleep, wrap the vn_lock with vhold/vdrop.
Check that coveredvp still points to the same mp after sleep (needed
because sleep dropped Giant).
Move check for user rights for unmount after coveredvp lock is obtained.
Tested by: Peter Holm
Reviewed by: tegge
Approved by: kan (mentor)
MFC after: 2 weeks
2006-09-18 15:35:22 +00:00
..
2006-09-17 14:54:14 +00:00
2006-09-07 21:53:28 +00:00
2006-09-05 19:28:03 +00:00
2006-09-02 10:49:44 +00:00
2006-09-16 21:21:07 +00:00
2006-05-16 14:37:58 +00:00
2006-09-17 13:29:36 +00:00
2006-09-05 16:55:13 +00:00
2006-09-12 04:25:13 +00:00
2006-09-15 10:44:55 +00:00
2006-08-01 22:30:55 +00:00
2006-09-17 20:00:36 +00:00
2006-09-18 13:23:08 +00:00
2006-05-26 13:54:27 +00:00
2006-09-16 11:24:41 +00:00
2006-07-15 19:36:28 +00:00
2006-07-09 21:16:06 +00:00
2006-09-13 09:35:59 +00:00
2006-09-16 17:03:02 +00:00
2006-08-09 23:47:38 +00:00
2006-05-26 00:32:21 +00:00
2006-09-18 15:35:22 +00:00
2006-08-12 15:28:39 +00:00
2006-09-12 04:25:13 +00:00
2006-09-17 13:33:30 +00:00
2006-09-17 13:33:30 +00:00
2006-08-05 14:14:34 +00:00
2006-07-21 17:11:15 +00:00
2006-09-17 13:33:30 +00:00
2006-09-17 13:39:35 +00:00
2006-09-16 06:24:28 +00:00
2006-07-22 09:18:02 +00:00
2006-07-21 17:11:15 +00:00
2006-08-04 21:27:40 +00:00
2006-07-21 17:11:15 +00:00
2006-08-03 15:31:52 +00:00
2006-08-22 03:05:51 +00:00
2006-09-13 18:39:09 +00:00
2006-09-13 18:39:09 +00:00
2006-08-01 16:27:14 +00:00
2006-06-06 15:04:52 +00:00
2006-09-08 21:46:01 +00:00
2006-09-15 11:01:23 +00:00
2006-07-13 06:41:26 +00:00
2006-09-16 17:03:02 +00:00
2006-09-17 20:00:36 +00:00
2006-09-03 21:20:21 +00:00
2006-09-17 20:00:36 +00:00
2006-06-16 21:06:03 +00:00
2006-09-17 20:00:36 +00:00
2006-09-03 22:24:08 +00:00
2006-08-10 06:29:43 +00:00