diff options
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/jfs_txnmgr.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c index bb8b661bcc50..5fcc02eaa64c 100644 --- a/fs/jfs/jfs_txnmgr.c +++ b/fs/jfs/jfs_txnmgr.c | |||
@@ -2977,12 +2977,9 @@ int jfs_sync(void *arg) | |||
2977 | * put back on the anon_list. | 2977 | * put back on the anon_list. |
2978 | */ | 2978 | */ |
2979 | 2979 | ||
2980 | /* Take off anon_list */ | 2980 | /* Move from anon_list to anon_list2 */ |
2981 | list_del(&jfs_ip->anon_inode_list); | 2981 | list_move(&jfs_ip->anon_inode_list, |
2982 | 2982 | &TxAnchor.anon_list2); | |
2983 | /* Put on anon_list2 */ | ||
2984 | list_add(&jfs_ip->anon_inode_list, | ||
2985 | &TxAnchor.anon_list2); | ||
2986 | 2983 | ||
2987 | TXN_UNLOCK(); | 2984 | TXN_UNLOCK(); |
2988 | iput(ip); | 2985 | iput(ip); |