[pnfs] CVS: nfsv4
Benny Halevy Panasas
bhalevy at citi.umich.edu
Mon Jan 29 06:46:23 EST 2007
CVSROOT: /cvs
Module name: nfsv4
Changes by: bhalevy at citi.umich.edu 2007/01/29 06:46:23
Modified files:
cvs/pnfs/include/linux/nfsd: state.h
Log message:
fix extern definition that should be a type forward declaration
Signed-off-by: Benny Halevy <bhalevy at panasas.com>
Index: include/linux/nfsd/state.h
===================================================================
RCS file: /cvs/nfsv4/cvs/pnfs/include/linux/nfsd/state.h,v
retrieving revision 1.10
diff -d -u -p -r1.10 state.h
--- include/linux/nfsd/state.h 24 Jan 2007 01:51:39 -0000 1.10
+++ include/linux/nfsd/state.h 29 Jan 2007 11:43:13 -0000
@@ -338,7 +338,7 @@ struct nfs4_stateid {
((err) != nfserr_stale_stateid) && \
((err) != nfserr_bad_stateid))
-extern struct nfsd4_sequence;
+struct nfsd4_sequence;
extern int nfsd4_renew(clientid_t *clid);
extern int nfsd4_sequence(struct svc_rqst *, struct nfsd4_sequence *);
extern int nfs4_preprocess_stateid_op(struct svc_fh *current_fh,
More information about the pNFS
mailing list