]> git.itanic.dy.fi Git - linux-stable/commit
ext4: allow the dax flag to be set and cleared on inline directories
authorTheodore Ts'o <tytso@mit.edu>
Mon, 12 Apr 2021 21:19:00 +0000 (17:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 Apr 2021 03:33:01 +0000 (23:33 -0400)
commit4811d9929cdae4238baf5b2522247bd2f9fa7b50
tree19fdf46385a8291b29e13dede84df47819ba63cc
parentfcdf3c34b7abdcbb49690c94c7fa6ce224dc9749
ext4: allow the dax flag to be set and cleared on inline directories

This is needed to allow generic/607 to pass for file systems with the
inline data_feature enabled, and it allows the use of file systems
where the directories use inline_data, while the files are accessed
via DAX.

Cc: stable@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ialloc.c
fs/ext4/ioctl.c