Add testing of O_TMPFILE umask

There were kernels that didn't apply the current umask to inode modes
created with O_TMPFILE without acls.  Let's have a test running to make
sure that we're not surprised if we come across one.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2023-01-09 14:49:23 -08:00
parent fe33a492c2
commit 9ba2ee5c88
5 changed files with 110 additions and 1 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ BIN := src/createmany \
src/stage_tmpfile \
src/find_xattrs \
src/create_xattr_loop \
src/fragmented_data_extents
src/fragmented_data_extents \
src/o_tmpfile_umask
DEPS := $(wildcard src/*.d)