Blob Blame History Raw
commit 372650b7f45ca612c7908cbec91d87d7f9c5184a
Author: Dan Muntz <dmuntz@netapp.com>
Date:   Tue Jun 3 15:44:07 2008 -0700

    Update utils for I/O through MDS, and increased number of DSs
    
    Signed-off-by: Dan Muntz <dmuntz@netapp.com>

diff --git a/utils/spnfsd/nfsd4_spnfs.h b/utils/spnfsd/nfsd4_spnfs.h
index fc6bd9a..d2b8356 100644
--- a/utils/spnfsd/nfsd4_spnfs.h
+++ b/utils/spnfsd/nfsd4_spnfs.h
@@ -59,7 +59,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define SPNFS_TYPE_WRITE		0x0d
 
 #define	SPNFS_MAX_DEVICES		1
-#define	SPNFS_MAX_DATA_SERVERS		2
+#define	SPNFS_MAX_DATA_SERVERS		16
 #define SPNFS_MAX_IO			2048
 
 /* layout */
@@ -298,6 +298,7 @@ int spnfs_getdeviceiter(struct super_block *, struct pnfs_deviter_arg *);
 int spnfs_getdeviceinfo(struct super_block *, struct pnfs_devinfo_arg *);
 int spnfs_setattr(void);
 int spnfs_open(struct inode *, void *);
+int spnfs_close(struct inode *);
 int spnfs_get_state(struct inode *, void *, void *);
 int spnfs_remove(unsigned long);
 int spnfs_read(unsigned long, loff_t, unsigned long *, int, struct svc_rqst *);
@@ -307,6 +308,7 @@ int nfsd_spnfs_new(void);
 void nfsd_spnfs_delete(void);
 int spnfs_upcall(struct spnfs *, struct spnfs_msg *, union spnfs_msg_res *);
 int spnfs_enabled(void);
+int nfs4_spnfs_propagate_open(struct super_block *, struct svc_fh *, void *);
 
 #endif /* __KERNEL__ */