tmpfiles: simplify mountpoint detection
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 23 Oct 2015 18:15:17 +0000 (20:15 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 23 Oct 2015 20:35:03 +0000 (22:35 +0200)
commit2bb158c1ce914632aa3d19baef33877d58ba1e40
treebe0d00ebbd05ba62fa52c04bb269a86aeef45509
parent931c7feac07aa0f8c1be02b4f746a568c9cae883
tmpfiles: simplify mountpoint detection

No functional change. Just a simplification. A || (!A && B) is
the same as A || B

Introduced in 78a92a5a2306709e4587e332728a76901323ade9
src/tmpfiles/tmpfiles.c