Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188721
b: refs/heads/master
c: 2c27c9a
h: refs/heads/master
i:
  188719: 2b0c335
v: v3
  • Loading branch information
Sage Weil committed Feb 17, 2010
1 parent 65f7071 commit 135fd15
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: a17d6473cc9eb64a5b41c568310aa73824ebaa64
refs/heads/master: 2c27c9a57c93a0757b9b4b0e7dc1abeaf1db1ce2
4 changes: 2 additions & 2 deletions trunk/fs/ceph/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,10 +1247,10 @@ void ceph_queue_writeback(struct inode *inode)
{
if (queue_work(ceph_inode_to_client(inode)->wb_wq,
&ceph_inode(inode)->i_wb_work)) {
dout("ceph_queue_invalidate %p\n", inode);
dout("ceph_queue_writeback %p\n", inode);
igrab(inode);
} else {
dout("ceph_queue_invalidate %p failed\n", inode);
dout("ceph_queue_writeback %p failed\n", inode);
}
}

Expand Down

0 comments on commit 135fd15

Please sign in to comment.