Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221753
b: refs/heads/master
c: f83282a
h: refs/heads/master
i:
  221751: eee22a2
v: v3
  • Loading branch information
Dave Chinner authored and Alex Elder committed Nov 10, 2010
1 parent 7f138e1 commit f9f7ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 6762b938eac878a30a90e770ac655874c36bc642
refs/heads/master: f83282a8ef799c0bdcb0c32971487087da1bc216
1 change: 1 addition & 0 deletions trunk/fs/xfs/linux-2.6/xfs_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ xfs_reclaim_inodes_ag(
if (trylock) {
if (!mutex_trylock(&pag->pag_ici_reclaim_lock)) {
skipped++;
xfs_perag_put(pag);
continue;
}
first_index = pag->pag_ici_reclaim_cursor;
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/xfs/xfs_mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ xfs_free_perag(
pag = radix_tree_delete(&mp->m_perag_tree, agno);
spin_unlock(&mp->m_perag_lock);
ASSERT(pag);
ASSERT(atomic_read(&pag->pag_ref) == 0);
call_rcu(&pag->rcu_head, __xfs_free_perag);
}
}
Expand Down

0 comments on commit f9f7ed1

Please sign in to comment.