Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220534
b: refs/heads/master
c: 12364a4
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Trond Myklebust committed Oct 28, 2010
1 parent 4d96d71 commit 88289cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f0d97b41523fb85a2d230f6794121e5834f0cf9
refs/heads/master: 12364a4f05295cb1e4a161d36b486c248c11c485
4 changes: 2 additions & 2 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *
* returned NFS4ERR_DELAY as per Section 2.10.6.2
* of RFC5661.
*/
dprintk("%s: slot=%ld seq=%d: Operation in progress\n",
dprintk("%s: slot=%td seq=%d: Operation in progress\n",
__func__,
res->sr_slot - res->sr_session->fc_slot_table.slots,
res->sr_slot->seq_nr);
Expand Down Expand Up @@ -573,7 +573,7 @@ int nfs4_setup_sequence(const struct nfs_server *server,
goto out;
}

dprintk("--> %s clp %p session %p sr_slot %ld\n",
dprintk("--> %s clp %p session %p sr_slot %td\n",
__func__, session->clp, session, res->sr_slot ?
res->sr_slot - session->fc_slot_table.slots : -1);

Expand Down

0 comments on commit 88289cb

Please sign in to comment.