Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373461
b: refs/heads/master
c: ac7f29b
h: refs/heads/master
i:
  373459: 5802ae4
v: v3
  • Loading branch information
Randy Dunlap authored and Sage Weil committed May 2, 2013
1 parent f2a33b1 commit c650e55
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: 1ac0fc8adfc725660ee53a953b06855f64f8e792
refs/heads/master: ac7f29bf2ee4a526efb68f947475ff77a43028de
4 changes: 2 additions & 2 deletions trunk/fs/ceph/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ static ssize_t ceph_aio_write(struct kiocb *iocb, const struct iovec *iov,
goto out;
}

dout("aio_write %p %llx.%llx %llu~%ld getting caps. i_size %llu\n",
dout("aio_write %p %llx.%llx %llu~%zd getting caps. i_size %llu\n",
inode, ceph_vinop(inode), pos, count, inode->i_size);
if (fi->fmode & CEPH_FILE_MODE_LAZY)
want = CEPH_CAP_FILE_BUFFER | CEPH_CAP_FILE_LAZYIO;
Expand All @@ -758,7 +758,7 @@ static ssize_t ceph_aio_write(struct kiocb *iocb, const struct iovec *iov,
if (err < 0)
goto out;

dout("aio_write %p %llx.%llx %llu~%ld got cap refs on %s\n",
dout("aio_write %p %llx.%llx %llu~%zd got cap refs on %s\n",
inode, ceph_vinop(inode), pos, count, ceph_cap_string(got));

if ((got & (CEPH_CAP_FILE_BUFFER|CEPH_CAP_FILE_LAZYIO)) == 0 ||
Expand Down

0 comments on commit c650e55

Please sign in to comment.