On Wed, 06.08.14 21:53, Sangjung Woo (sangjung....@samsung.com) wrote:

> systemd doesn't mount smackfs if systemd was compiled without Smack
> support. However, the number of mount point entry in mount_setup_early()
> (i.e. N_EARLY_MOUNT) is 5 since smackfs is included. N_EARLY_MOUNT
> should be 4 because currently smackfs is optional.

I have now made a change that sets it to 5 if smack is on (since smackfs
is needed in the early mounts if smack is on), and 4 otherwise. This
should avoid any confusion. I also updated the comment next to the
definition.

Thanks!

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to