[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150518152309.GB4180@thunk.org>
Date: Mon, 18 May 2015 11:23:09 -0400
From: Theodore Ts'o <tytso@....edu>
To: Karel Zak <kzak@...hat.com>
Cc: Holger Hoffstätte
<holger.hoffstaette@...glemail.com>, linux-ext4@...r.kernel.org
Subject: Re: Lazytime undone by/not working with remount?
On Mon, May 18, 2015 at 10:21:35AM +0200, Karel Zak wrote:
> I see the problem on another place. The ext4 fs driver has unique
> feature that it's able to accept "lazytime" option as string
> (util-linux < 2.26.2) as well as MS_LAZYTIME vfs flag (>= 2.26.2).
>
> IMHO the function ext4_remount() does not check VFS *flags for
> MS_LAZYTIME at all. The code probably cares about sb->s_flags only
> (these flags are generated by parse_options() when parse options
> string). It seems that only MS_RDONLY is expected in *flags.
Yep, the bug is on my side, in ext4_remount(). I'll get this fixed
and marked as something that should get bacported to the stable tree.
My apologies for the oversight.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists