aboutsummaryrefslogtreecommitdiffstats
path: root/fs/kernfs/kernfs-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/kernfs/kernfs-internal.h')
-rw-r--r--fs/kernfs/kernfs-internal.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/fs/kernfs/kernfs-internal.h b/fs/kernfs/kernfs-internal.h
index 0b7d197a904c..3c437990f39a 100644
--- a/fs/kernfs/kernfs-internal.h
+++ b/fs/kernfs/kernfs-internal.h
@@ -20,9 +20,11 @@
20#include <linux/fs_context.h> 20#include <linux/fs_context.h>
21 21
22struct kernfs_iattrs { 22struct kernfs_iattrs {
23 struct iattr ia_iattr; 23 kuid_t ia_uid;
24 void *ia_secdata; 24 kgid_t ia_gid;
25 u32 ia_secdata_len; 25 struct timespec64 ia_atime;
26 struct timespec64 ia_mtime;
27 struct timespec64 ia_ctime;
26 28
27 struct simple_xattrs xattrs; 29 struct simple_xattrs xattrs;
28}; 30};