Whamcloud - gitweb
create_inode: pass no_copy_xattr via a flag instead of using a global variable
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 May 2025 02:33:12 +0000 (22:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2025 14:47:15 +0000 (10:47 -0400)
commit2dc83ca9b892fe082b5b4400a93e5a4af3a4ec56
treede860104d7dd25bd82f6190b9b4a4d48b70049a5
parent53aa6c54224f545756da312e8756576dbaabe08a
create_inode: pass no_copy_xattr via a flag instead of using a global variable

Add a new function, populate_fs3(), which takes a new flags parameter,
with the first flag being POPULATE_FS_NO_COPY_XATTRS.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
misc/create_inode.c
misc/create_inode.h
misc/create_inode_libarchive.c
misc/create_inode_libarchive.h
misc/mke2fs.c