ext4_journal: reimplement buffer list as buffer queue in jbd_trans.
authorngkaho1234 <ngkaho1234@gmail.com>
Tue, 29 Dec 2015 16:39:55 +0000 (00:39 +0800)
committergkostka <kostka.grzegorz@gmail.com>
Wed, 30 Dec 2015 08:30:51 +0000 (09:30 +0100)
commitc5ea10075711ba4814084b7ef3bc56c537fd91b0
treed3e8ba9dc54fcdfdeb4dfd1ed6bc0d7672aa7f6c
parent5cf3ed9bc1a227e6dac367d6b9408d81f972af67
ext4_journal: reimplement buffer list as buffer queue in jbd_trans.

With this modification, we can first remove non-dirty buffers from the
tail of of a buffer queue before iterating the entries on the buffer queue.
lwext4/ext4_journal.c
lwext4/ext4_types.h