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