Matthew Dillon c9ef26814c Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'
struct contains a major union for which lph_slp was being initialized
    only for TCP connections, but accessed for all types of connections
    leading to a crash.  Also, a conditional controlling an nfs_slplock()
    call contained an improper paren grouping, causing a second crash in
    the UDP case.

    The nqhost structure has been reorganized and lph_slp has been made a
    normal structural field rather then a union field, and properly
    initialized for all connection types.

Approved by: jkh
2000-01-26 20:51:29 +00:00
..
2000-01-26 20:27:45 +00:00
2000-01-16 09:25:10 +00:00
1999-12-14 20:54:38 +00:00
2000-01-05 20:36:07 +00:00
2000-01-15 05:15:06 +00:00
1999-08-27 23:45:13 +00:00
2000-01-26 16:15:48 +00:00
1999-11-14 13:54:44 +00:00