Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164643
b: refs/heads/master
c: 132f977
h: refs/heads/master
i:
  164641: 4519ea9
  164639: 0511a0c
v: v3
  • Loading branch information
Ricardo Labiaga authored and J. Bruce Fields committed Sep 16, 2009
1 parent 65b72dc commit aaf2ec8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38524ab38f2752beee262a97403d871665838172
refs/heads/master: 132f97715c098393fb8de3c26b07b9fdbd2334f1
5 changes: 5 additions & 0 deletions trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ enum nfs_cb_opnum4 {
cb_sequence_dec_sz + \
op_dec_sz)

struct nfs4_rpc_args {
void *args_op;
struct nfsd4_cb_sequence args_seq;
};

/*
* Generic encode routines from fs/nfs/nfs4xdr.c
*/
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/linux/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ typedef struct {
#define si_stateownerid si_opaque.so_stateownerid
#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 list_head dl_perfile;
struct list_head dl_perclnt;
Expand Down

0 comments on commit aaf2ec8

Please sign in to comment.