diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2003-04-08 04:23:03 +0200 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2003-04-08 04:23:03 +0200 |
| commit | ec059472a57fdabbac0d4e0e89a3b9547f88d62b (patch) | |
| tree | 80eae59fc9d87835b75741e3aa79e8ce4c3040eb /include/linux | |
| parent | c0aaa9614d1d974e8cef7aafc82b894f1a145a07 (diff) | |
Prepare for the introduction of NFSv4 state code.
Split out the open() method for regular files from that of
directories.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 2b96e1e5aa97..980705c7307e 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -597,6 +597,7 @@ struct nfs_rpc_ops { void (*read_setup) (struct nfs_read_data *, unsigned int count); void (*write_setup) (struct nfs_write_data *, unsigned int count, int how); void (*commit_setup) (struct nfs_write_data *, u64 start, u32 len, int how); + int (*file_open) (struct inode *, struct file *); }; /* |
