hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/fs/nfs/callback.h
....@@ -72,8 +72,8 @@
7272 uint32_t bitmap[2];
7373 uint64_t size;
7474 uint64_t change_attr;
75
- struct timespec ctime;
76
- struct timespec mtime;
75
+ struct timespec64 ctime;
76
+ struct timespec64 mtime;
7777 };
7878
7979 struct cb_recallargs {
....@@ -127,7 +127,9 @@
127127 #define RCA4_TYPE_MASK_OBJ_LAYOUT_MAX 9
128128 #define RCA4_TYPE_MASK_OTHER_LAYOUT_MIN 12
129129 #define RCA4_TYPE_MASK_OTHER_LAYOUT_MAX 15
130
-#define RCA4_TYPE_MASK_ALL 0xf31f
130
+#define PNFS_FF_RCA4_TYPE_MASK_READ 16
131
+#define PNFS_FF_RCA4_TYPE_MASK_RW 17
132
+#define RCA4_TYPE_MASK_ALL 0x3f31f
131133
132134 struct cb_recallanyargs {
133135 uint32_t craa_objs_to_keep;