dillon
ecfbb44ba1
vp->v_object must be valid after normal flow of vfs_object_create()
...
completes, change if() to KASSERT(). This is not a bug, we are
simplify clarifying and optimizing the code.
In if/else in vfs_object_create(), the failure of both conditionals
will lead to a NULL object. Exit gracefully if this case occurs.
( this case does not normally occur, but needed to be handled ).
Obtained from: Eivind Eklund <eivind@FreeBSD.org>
1999-02-04 18:25:39 +00:00
..
1999-02-02 18:34:23 +00:00
1999-02-04 18:08:55 +00:00
1999-02-04 17:13:49 +00:00
1999-01-27 20:09:21 +00:00
1999-01-29 07:23:53 +00:00
1999-02-04 12:43:17 +00:00
1999-02-02 18:34:23 +00:00
1999-01-27 22:42:27 +00:00
1999-01-27 23:45:44 +00:00
1999-02-04 15:54:02 +00:00
1999-02-03 04:07:38 +00:00
1999-01-27 20:09:21 +00:00
1999-01-30 12:17:38 +00:00
1999-01-19 00:21:53 +00:00
1999-02-04 18:08:55 +00:00
1999-01-31 11:52:04 +00:00
1999-01-31 11:54:29 +00:00
1999-02-04 18:25:39 +00:00
1999-01-28 02:26:20 +00:00
1999-01-28 00:57:57 +00:00
1999-02-04 04:59:52 +00:00
1999-01-27 22:42:27 +00:00
1999-02-02 00:28:29 +00:00
1999-01-27 22:42:27 +00:00
1999-01-28 00:57:57 +00:00
1999-02-04 03:27:43 +00:00
1999-01-28 00:57:57 +00:00
1999-01-12 12:38:31 +00:00
1998-12-04 22:54:57 +00:00
1999-01-28 17:32:05 +00:00
1999-01-28 17:32:05 +00:00
1999-01-27 22:42:27 +00:00
1999-02-03 04:07:38 +00:00
1999-02-04 13:58:44 +00:00
1999-01-29 01:18:15 +00:00
1999-02-01 21:25:52 +00:00
1998-06-01 21:54:43 +00:00
1999-01-26 02:49:52 +00:00
1999-02-04 12:43:17 +00:00
1999-02-04 12:42:39 +00:00
1998-11-10 09:04:09 +00:00
1999-01-28 00:57:57 +00:00
1999-02-04 17:47:52 +00:00
1998-12-30 12:06:08 +00:00