>>>>> " " == M H VanLeeuwen <[EMAIL PROTECTED]> writes:

     > Trond, Neil I don't know if this is a loopback bug or an NFS
     > bug but since nfs_fs.h was implicated so I thought one of you
     > may be interested.
 
     > Could you let me know if you know this problem has already been
     > fixed or if you need more info.

Hi,
 
As far as I'm concerned, it's a loopback bug.

Somebody appears to be trying to copy a 'struct file' in the routine
'loop_set_fd'. This will cause havoc in any and all filesystems that
rely on f_ops->open() , f_ops->release() to maintain internal data.
In this case, it's the file's RPC authorizations, that are getting
garbage-collected from beneath you once the original struct file gets
fput() at the end of the routine.

Cheers,
  Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to