Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374837
b: refs/heads/master
c: 4884b47
h: refs/heads/master
i:
  374835: 029dff8
v: v3
  • Loading branch information
David Sterba authored and Josef Bacik committed May 6, 2013
1 parent 2e819fa commit d41ccaf
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: 5e2a4b25da232a2f4ce264a4b2ae113d0b2a799c
refs/heads/master: 4884b476d769377c02f74fa83593e6afb562ad40
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3239,9 +3239,9 @@ int btrfs_orphan_cleanup(struct btrfs_root *root)
}

if (nr_unlink)
btrfs_info(root->fs_info, "unlinked %d orphans", nr_unlink);
btrfs_debug(root->fs_info, "unlinked %d orphans", nr_unlink);
if (nr_truncate)
btrfs_info(root->fs_info, "truncated %d orphans", nr_truncate);
btrfs_debug(root->fs_info, "truncated %d orphans", nr_truncate);

out:
if (ret)
Expand Down

0 comments on commit d41ccaf

Please sign in to comment.