Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329198
b: refs/heads/master
c: 550d6da
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Dave Kleikamp committed Sep 17, 2012
1 parent 956af16 commit 0c800a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: 16221d9071d48841b23256a2ad643a845d5aaf80
refs/heads/master: 550d6da288df57f154ca27c4acb1c398ced42ea9
9 changes: 3 additions & 6 deletions trunk/fs/jfs/jfs_txnmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2977,12 +2977,9 @@ int jfs_sync(void *arg)
* put back on the anon_list.
*/

/* Take off anon_list */
list_del(&jfs_ip->anon_inode_list);

/* Put on anon_list2 */
list_add(&jfs_ip->anon_inode_list,
&TxAnchor.anon_list2);
/* Move from anon_list to anon_list2 */
list_move(&jfs_ip->anon_inode_list,
&TxAnchor.anon_list2);

TXN_UNLOCK();
iput(ip);
Expand Down

0 comments on commit 0c800a7

Please sign in to comment.