From bfd94632eecc5325f1775371fae8f3951714c29b Mon Sep 17 00:00:00 2001 From: David Howells Date: Wed, 15 Jun 2011 00:55:44 +0100 Subject: [PATCH] --- yaml --- r: 253935 b: refs/heads/master c: c7fd06228b994190d8369a2a0acf5224e4e13d1a h: refs/heads/master i: 253933: 7b3d412603aefeb27ba928ee6d0c1d236f29b537 253931: a4e623cb7e7665e214fdb3ce65a717f09da7e464 253927: 031785445cab785c2f04c77cc716fcdac4179f4c 253919: 15661cae6dcbaf5f25c41fdb322409532e87edca v: v3 --- [refs] | 2 +- trunk/fs/nfs/objlayout/objlayout.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 30f55e832ca5..6e0e907ffe79 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d771e3a43e23a37398b7e05a9d1b1036d698263c +refs/heads/master: c7fd06228b994190d8369a2a0acf5224e4e13d1a diff --git a/trunk/fs/nfs/objlayout/objlayout.c b/trunk/fs/nfs/objlayout/objlayout.c index dc3956c0de80..1d06f8e2adea 100644 --- a/trunk/fs/nfs/objlayout/objlayout.c +++ b/trunk/fs/nfs/objlayout/objlayout.c @@ -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) {