]> git.baikalelectronics.ru Git - kernel.git/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)
commit52d6663fe2c942e17e40ad0c45e804d77c0d7c40
tree19fdf46385a8291b29e13dede84df47819ba63cc
parent5fbe3e9b57d39adcbda6e41a8826377b5a66e552
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