nfsd41: handle current stateid in open and close
Signed-off-by: Tigran Mkrtchyan <kofemann@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:

committed by
J. Bruce Fields

parent
19ff0f288c
commit
8b70484c67
11
fs/nfsd/current_stateid.h
Normal file
11
fs/nfsd/current_stateid.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _NFSD4_CURRENT_STATE_H
|
||||
#define _NFSD4_CURRENT_STATE_H
|
||||
|
||||
#include "state.h"
|
||||
#include "xdr4.h"
|
||||
|
||||
extern void nfsd4_set_openstateid(struct nfsd4_compound_state *, struct nfsd4_open *);
|
||||
extern void nfsd4_get_closestateid(struct nfsd4_compound_state *, struct nfsd4_close *);
|
||||
extern void nfsd4_set_closestateid(struct nfsd4_compound_state *, struct nfsd4_close *);
|
||||
|
||||
#endif /* _NFSD4_CURRENT_STATE_H */
|
Reference in New Issue
Block a user