[CRIU] [PATCH 4/4] mount: handle old images where sb and mnt options were not separated (v2)

Cyrill Gorcunov gorcunov at gmail.com
Mon Sep 7 12:45:05 PDT 2015


On Mon, Sep 07, 2015 at 10:34:42PM +0300, Andrey Vagin wrote:
> +		if (!me->has_sb_flags) {
> +			unsigned int mflags = MS_SHARED | MS_PRIVATE |
> +						MS_SLAVE | MS_UNBINDABLE |
> +						MS_NOSUID | MS_NODEV | MS_NOEXEC |
> +						MS_NOATIME | MS_NODIRATIME | MS_RELATIME;
> +

Make it const please.

	Cyrill


More information about the CRIU mailing list