Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253935
b: refs/heads/master
c: c7fd062
h: refs/heads/master
i:
  253933: 7b3d412
  253931: a4e623c
  253927: 0317854
  253919: 15661ca
v: v3
  • Loading branch information
David Howells authored and Trond Myklebust committed Jun 15, 2011
1 parent 9ae33a5 commit bfd9463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d771e3a43e23a37398b7e05a9d1b1036d698263c
refs/heads/master: c7fd06228b994190d8369a2a0acf5224e4e13d1a
2 changes: 1 addition & 1 deletion trunk/fs/nfs/objlayout/objlayout.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ objlayout_read_done(struct objlayout_io_state *state, ssize_t status, bool sync)
struct nfs_read_data *rdata;

state->status = status;
dprintk("%s: Begin status=%ld eof=%d\n", __func__, status, eof);
dprintk("%s: Begin status=%zd eof=%d\n", __func__, status, eof);
rdata = state->rpcdata;
rdata->task.tk_status = status;
if (status >= 0) {
Expand Down

0 comments on commit bfd9463

Please sign in to comment.