]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journalctl.c
journalctl: don't claim the journal was stored on disk
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2016 18:20:53 +0000 (20:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2016 18:25:20 +0000 (20:25 +0200)
commit8da830bca9f3b3fb34b1538dba70455749238fe0
treedf664f65338dd9e13ecf9a91feb0fb68b86287f6
parentae739cc1edc7cfa9d1afb4b7087c434aadf61a7a
journalctl: don't claim the journal was stored on disk

Let's just say that the journal takes up space in the file system, not on disk,
as tmpfs is definitely a file system, but not a disk.

Fixes: #4059
src/journal/journalctl.c