push
github
mount-util: avoid unnecessary mount_setattr() call in make_fsmount() If .attr_set is zero (and .att_clr, .propagation too), then there's no point in calling mount_setattr(). Fixes: #37062 Note that this optimization is not precisely load-bearing anymore, since 3cc23a2c2 got merged which removes the only caller of make_fsmount() that might trigger it. But it's worth fixing generic code anyway, in case it gets used like this later again.
3 of 3 new or added lines in 1 file covered. (100.0%)
891 existing lines in 47 files now uncovered.299583 of 415921 relevant lines covered (72.03%)
703729.28 hits per line