Merge remote-tracking branch 'drm-panel/drm/panel/for-next'
[deliverable/linux.git] / fs / jfs / jfs_txnmgr.c
index 2e58978d6f45a80c616af32562f139e99ef339c8..4d973524c887990fd0ba4727362e8a70917783a4 100644 (file)
@@ -2893,8 +2893,7 @@ restart:
         * on anon_list2.  Let's check.
         */
        if (!list_empty(&TxAnchor.anon_list2)) {
-               list_splice(&TxAnchor.anon_list2, &TxAnchor.anon_list);
-               INIT_LIST_HEAD(&TxAnchor.anon_list2);
+               list_splice_init(&TxAnchor.anon_list2, &TxAnchor.anon_list);
                goto restart;
        }
        TXN_UNLOCK();
This page took 0.025388 seconds and 5 git commands to generate.