hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/cifs/fscache.h
....@@ -28,6 +28,15 @@
2828 #ifdef CONFIG_CIFS_FSCACHE
2929
3030 /*
31
+ * Auxiliary data attached to CIFS superblock within the cache
32
+ */
33
+struct cifs_fscache_super_auxdata {
34
+ u64 resource_id; /* unique server resource id */
35
+ __le64 vol_create_time;
36
+ u32 vol_serial_number;
37
+} __packed;
38
+
39
+/*
3140 * Auxiliary data attached to CIFS inode within the cache
3241 */
3342 struct cifs_fscache_inode_auxdata {