]> git.ipfire.org Git - thirdparty/systemd.git/commit
fs-util: rename safe_transition() into unsafe_transition()
authorFranck Bui <fbui@suse.com>
Thu, 29 Nov 2018 10:21:12 +0000 (11:21 +0100)
committerFranck Bui <fbui@suse.com>
Mon, 10 Dec 2018 08:19:14 +0000 (09:19 +0100)
commitb85ee2ec95808db6981d2659610ed1713738df11
treee41284f1cce5a14e7ac408ef3f76420169ce2b0d
parent7f0704da9454d36d19920e033ddadf06c9c6441e
fs-util: rename safe_transition() into unsafe_transition()

We're always interested into finding unsafe transitions so let's make the
helper return true when it finds such transitions so we don't need to negate
its results.

No functional changes.
src/basic/fs-util.c