commit | 219b0e2cba4ec326f88a08a5c9ad51103089bdab | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Dec 09 14:23:25 2019 -0800 |
committer | Richard Weinberger <richard@nod.at> | Thu Jan 16 23:35:43 2020 +0100 |
tree | d5423a36dfb0dcd39cf9c25f29d5cbf8dd9befb7 | |
parent | 2b57067a7778484c10892fa191997bfda29fea13 [diff] |
ubifs: Add support for FS_ENCRYPT_FL Make the FS_IOC_GETFLAGS ioctl on ubifs return the FS_ENCRYPT_FL flag on encrypted files, like ext4 and f2fs do. Also make this flag be ignored by FS_IOC_SETFLAGS, like ext4 and f2fs do, since it's a recognized flag but is not directly settable. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Richard Weinberger <richard@nod.at>