We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8976d61 commit a59b479Copy full SHA for a59b479
file.c
@@ -175,7 +175,7 @@ static int simplefs_write_end(struct file *file,
175
struct inode *inode = file->f_inode;
176
struct simplefs_inode_info *ci = SIMPLEFS_INODE(inode);
177
struct super_block *sb = inode->i_sb;
178
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0)
179
struct timespec64 cur_time;
180
#endif
181
uint32_t nr_blocks_old;
0 commit comments