Fix bug in last commit, flags were not being passed to fo_write() which
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 21 Oct 2003 20:06:47 +0000 (20:06 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 21 Oct 2003 20:06:47 +0000 (20:06 +0000)
commitf2e1ec42abffb8c313a3c24d96f316602b190241
tree45f861e6dc038c2aef9609a993128ae6bcf90810
parentc4440309813730fe6d939ae0480936826dd0d2dc
Fix bug in last commit, flags were not being passed to fo_write() which
broke pwrite().  This caused samba to stop working (amoung other things).

Samba problem reported by: David Rhodus <drhodus@catpa.com>
sys/kern/sys_generic.c