nfs + msdosfs = crashes & panics

Chris Pressey cpressey at catseye.mine.nu
Wed Apr 14 09:38:00 PDT 2004


On Tue, 13 Apr 2004 18:26:18 -0700 (PDT)
Matthew Dillon <dillon at xxxxxxxxxxxxxxxxxxxx> wrote:

>     Yup, that was it.   msdosfs_write() was getting proc from 
>     uio->uio_td->td_proc, but uio_td can be NULL.  In this case I just
>     conditionalized it, the proc is being used to do filesize resource
>     limit checks and I think we can safely say that we don't really care
>     about that for msdosfs which stores no user cred info anyways, and
>     doubly so when accessed from an NFS server.

Beauty, it works!  Thanks guys!

-Chris





More information about the Bugs mailing list