From ec059472a57fdabbac0d4e0e89a3b9547f88d62b Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Tue, 8 Apr 2003 04:23:03 +0200 Subject: Prepare for the introduction of NFSv4 state code. Split out the open() method for regular files from that of directories. --- include/linux/nfs_xdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') 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 *); }; /* -- cgit v1.2.3