Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153679
b: refs/heads/master
c: 6707bd3
h: refs/heads/master
i:
  153677: 2581e6a
  153675: aacf6e0
  153671: 848eb9c
  153663: ee02855
v: v3
  • Loading branch information
J. Bruce Fields committed May 1, 2009
1 parent 0011fe3 commit ac59a8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 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: b53d40c5070bffde1b2bcaf848412a50d8894794
refs/heads/master: 6707bd3d420f53ae8f090dac871843f6f43c9980
4 changes: 1 addition & 3 deletions trunk/fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ encode_cb_recall(struct xdr_stream *xdr, struct nfs4_delegation *dp)
WRITE32(OP_CB_RECALL);
WRITE32(dp->dl_stateid.si_generation);
WRITEMEM(&dp->dl_stateid.si_opaque, sizeof(stateid_opaque_t));
WRITE32(dp->dl_trunc);
WRITE32(0); /* truncate optimization not implemented */
WRITE32(len);
WRITEMEM(&dp->dl_fh.fh_base, len);
return 0;
Expand Down Expand Up @@ -510,8 +510,6 @@ nfsd4_cb_recall(struct nfs4_delegation *dp)
int retries = 1;
int status = 0;

dp->dl_trunc = 0; /* XXX need to implement truncate optimization */

status = rpc_call_sync(clnt, &msg, RPC_TASK_SOFT);
while (retries--) {
switch (status) {
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ alloc_init_deleg(struct nfs4_client *clp, struct nfs4_stateid *stp, struct svc_f
dp->dl_vfs_file = stp->st_vfs_file;
dp->dl_type = type;
dp->dl_ident = cb->cb_ident;
dp->dl_trunc = 0;
dp->dl_stateid.si_boot = get_seconds();
dp->dl_stateid.si_stateownerid = current_delegid++;
dp->dl_stateid.si_fileid = 0;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/nfsd/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ struct nfs4_delegation {
time_t dl_time;
/* For recall: */
u32 dl_ident;
int dl_trunc;
stateid_t dl_stateid;
struct knfsd_fh dl_fh;
};
Expand Down

0 comments on commit ac59a8e

Please sign in to comment.