lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1516767348-30444-1-git-send-email-tgnottingham@gmail.com> Date: Tue, 23 Jan 2018 20:15:48 -0800 From: Tyson Nottingham <tgnottingham@...il.com> To: linux-ext4@...r.kernel.org Cc: tytso@....edu, adilger.kernel@...ger.ca, Tyson Nottingham <tgnottingham@...il.com> Subject: [PATCH] ext4: make huge file flag user visible. Make huge file flag visible to clients of FS_IOC_GETFLAGS ioctl, e.g. the userspace tool lsattr, which expects the flag to be visible. Signed-off-by: Tyson Nottingham <tgnottingham@...il.com> --- fs/ext4/ext4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 3241475..dbd6318 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -400,7 +400,7 @@ struct flex_groups { #define EXT4_PROJINHERIT_FL 0x20000000 /* Create with parents projid */ #define EXT4_RESERVED_FL 0x80000000 /* reserved for ext4 lib */ -#define EXT4_FL_USER_VISIBLE 0x304BDFFF /* User visible flags */ +#define EXT4_FL_USER_VISIBLE 0x304FDFFF /* User visible flags */ #define EXT4_FL_USER_MODIFIABLE 0x204BC0FF /* User modifiable flags */ /* Flags we can manipulate with through EXT4_IOC_FSSETXATTR */ -- 2.7.4
Powered by blists - more mailing lists