[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getting the openmode in netfs callbacks
From: |
Roland McGrath |
Subject: |
Re: getting the openmode in netfs callbacks |
Date: |
Tue, 4 Jun 2002 22:32:43 -0400 (EDT) |
> how am I supposed to get the openmodes in netfs callbacks like
> netfs_attempt_read?
You're not. The callback interface just isn't designed to work at that
level. netfs was intended for filesystems that work like disk filesystems
in their assumptions, like NFS. It would be reasonable to change the
interface to pass the peropen or protid instead of just iouser and node.