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. - Eric