Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212755
b: refs/heads/master
c: 3c3f20c
h: refs/heads/master
i:
  212753: f93d892
  212751: 02fe5df
v: v3
  • Loading branch information
Tao Ma authored and Joel Becker committed Sep 10, 2010
1 parent d36bbf6 commit 532400b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddee5cdb70e6f87de2fc696b87bd7bd184a51eb8
refs/heads/master: 3c3f20c9813391ba4004764072989744395cf405
3 changes: 3 additions & 0 deletions trunk/fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1888,6 +1888,8 @@ void ocfs2_queue_orphan_scan(struct ocfs2_super *osb)

os = &osb->osb_orphan_scan;

mlog(0, "Begin orphan scan\n");

if (atomic_read(&os->os_state) == ORPHAN_SCAN_INACTIVE)
goto out;

Expand Down Expand Up @@ -1920,6 +1922,7 @@ void ocfs2_queue_orphan_scan(struct ocfs2_super *osb)
unlock:
ocfs2_orphan_scan_unlock(osb, seqno);
out:
mlog(0, "Orphan scan completed\n");
return;
}

Expand Down

0 comments on commit 532400b

Please sign in to comment.