]> git.ipfire.org Git - thirdparty/systemd.git/commit
journalctl: don't skip the entries that have the same seqnum v247.2
authorshenyangyang4 <shenyangyang4@huawei.com>
Thu, 10 Dec 2020 11:44:31 +0000 (06:44 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 16 Dec 2020 13:31:40 +0000 (14:31 +0100)
commit937118a5b2f27a7913c421ad76893cdda01c5566
tree95cd628d2b3d73e2ecdce738e47e8d5d2fb6badf
parente017ac6a26aea64205583722fb463dd5bfdf58a4
journalctl: don't skip the entries that have the same seqnum

These two judgement can't judge that two entries are repeating fully.
So i think seqnum is needed to make full judgement.

(cherry picked from commit b17f651a17cd6ec0ceac7835f2f8607fbd9ddb95)
src/journal/journal-file.c
src/journal/sd-journal.c