Skip to content

Commit a59b479

Browse files
committed
Fix build warnings raised by Linux v6.5
1 parent 8976d61 commit a59b479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ static int simplefs_write_end(struct file *file,
175175
struct inode *inode = file->f_inode;
176176
struct simplefs_inode_info *ci = SIMPLEFS_INODE(inode);
177177
struct super_block *sb = inode->i_sb;
178-
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 0)
178+
#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 6, 0)
179179
struct timespec64 cur_time;
180180
#endif
181181
uint32_t nr_blocks_old;

0 commit comments

Comments
 (0)