On Tue, Aug 24, 2021 at 10:03:02AM +0200, Christoph Hellwig wrote: > > + /* > > + * TODO: We should probably check some mount options does > > + * they all work after remount. Example can we really change > > + * nls. Remove this comment when all testing is done or > > + * even better xfstest is made for it. > > + */ > > Instead of the TODO I would suggest a prep patch to drop changing of > any options in remount before this one and then only add them back > as needed and tested. This could be good option. I have actually tested nls and it will be problem so we definitely drop that. I will wait what Konstantin has to say about other. > The mechanics of the conversion look good to me. I have made quite few changes to make this series better and will send v3 in the near future. Main change is that we won't allocate sbi when remount. We can allocate just options. Also won't let nls/iocharset change.