]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journal-file.c
journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missing
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 11:20:49 +0000 (13:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 11:27:53 +0000 (13:27 +0200)
commitfc68c92973e5437ee0489c1bc80d80f0a7b6ca0b
treea2dab8a3eaae4526b22bcfa8504998782a9c20b3
parent625728941d02d0556856d7ef92979f1a6f5edbf3
journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missing

This way users have the freedom to set or unset the FS_NOCOW_FL flag on
their journal files by setting it on the journal directory. Since our
default tmpfiles configuration now sets this flag on the directory the
flag is set by default on new files, however people can opt-out of this
by masking the tmpfiles file for it.
src/journal/journal-file.c