Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294399
b: refs/heads/master
c: 9d12b21
h: refs/heads/master
i:
  294397: 8100b45
  294395: 12e300b
  294391: 224a57a
  294383: 6337b2f
  294367: 97a5ea9
  294335: 8af3a70
  294271: 5676b3e
  294143: 518a0c1
  293887: 53b5c2f
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Feb 1, 2012
1 parent 138b9f9 commit 54cbdc9
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 47 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2d7ce28a2f8ec6ca2a49145e643d2e3c7d21ba3
refs/heads/master: 9d12b216aa87f68c96f6dd8eb5d2d0ccc9989b1c
6 changes: 3 additions & 3 deletions trunk/fs/nfs/nfs4_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *ser

extern int nfs4_setup_sequence(const struct nfs_server *server,
struct nfs4_sequence_args *args, struct nfs4_sequence_res *res,
int cache_reply, struct rpc_task *task);
struct rpc_task *task);
extern int nfs41_setup_sequence(struct nfs4_session *session,
struct nfs4_sequence_args *args, struct nfs4_sequence_res *res,
int cache_reply, struct rpc_task *task);
struct rpc_task *task);
extern void nfs4_destroy_session(struct nfs4_session *session);
extern struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp);
extern int nfs4_proc_create_session(struct nfs_client *);
Expand Down Expand Up @@ -264,7 +264,7 @@ static inline struct nfs4_session *nfs4_get_session(const struct nfs_server *ser

static inline int nfs4_setup_sequence(const struct nfs_server *server,
struct nfs4_sequence_args *args, struct nfs4_sequence_res *res,
int cache_reply, struct rpc_task *task)
struct rpc_task *task)
{
return 0;
}
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/nfs/nfs4filelayout.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static void filelayout_read_prepare(struct rpc_task *task, void *data)

if (nfs41_setup_sequence(rdata->ds_clp->cl_session,
&rdata->args.seq_args, &rdata->res.seq_res,
0, task))
task))
return;

rpc_call_start(task);
Expand Down Expand Up @@ -254,7 +254,7 @@ static void filelayout_write_prepare(struct rpc_task *task, void *data)

if (nfs41_setup_sequence(wdata->ds_clp->cl_session,
&wdata->args.seq_args, &wdata->res.seq_res,
0, task))
task))
return;

rpc_call_start(task);
Expand Down
Loading

0 comments on commit 54cbdc9

Please sign in to comment.