|
@@ -60,6 +60,12 @@ typedef struct {
|
|
#define si_stateownerid si_opaque.so_stateownerid
|
|
#define si_stateownerid si_opaque.so_stateownerid
|
|
#define si_fileid si_opaque.so_fileid
|
|
#define si_fileid si_opaque.so_fileid
|
|
|
|
|
|
|
|
+struct nfsd4_cb_sequence {
|
|
|
|
+ /* args/res */
|
|
|
|
+ u32 cbs_minorversion;
|
|
|
|
+ struct nfs4_client *cbs_clp;
|
|
|
|
+};
|
|
|
|
+
|
|
struct nfs4_delegation {
|
|
struct nfs4_delegation {
|
|
struct list_head dl_perfile;
|
|
struct list_head dl_perfile;
|
|
struct list_head dl_perclnt;
|
|
struct list_head dl_perclnt;
|