On Tue, Jan 14, 2020 at 11:04 PM Richard Weinberger <richard@xxxxxx> wrote: > > ----- Ursprüngliche Mail ----- > > Von: "Eric Biggers" <ebiggers@xxxxxxxxxx> > > An: "richard" <richard@xxxxxx> > > CC: "linux-mtd" <linux-mtd@xxxxxxxxxxxxxxxxxxx>, "linux-fscrypt" <linux-fscrypt@xxxxxxxxxxxxxxx>, "linux-fsdevel" > > <linux-fsdevel@xxxxxxxxxxxxxxx> > > Gesendet: Dienstag, 14. Januar 2020 23:00:17 > > Betreff: Re: [PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS > > > On Mon, Dec 09, 2019 at 02:23:23PM -0800, Eric Biggers wrote: > >> On ubifs, fix FS_IOC_SETFLAGS to not clear the encrypt flag, and update > >> FS_IOC_GETFLAGS to return the encrypt flag like ext4 and f2fs do. > >> > >> Eric Biggers (2): > >> ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag > >> ubifs: add support for FS_ENCRYPT_FL > >> > >> fs/ubifs/ioctl.c | 14 +++++++++++--- > >> 1 file changed, 11 insertions(+), 3 deletions(-) > > > > Richard, have you had a chance to review these? I'm intending that these be > > taken through the UBIFS tree too. Both applied. Thanks a lot for addressing this, Eric. -- Thanks, //richard