Skip to content

Commit

Permalink
kernel: bump 6.1 to 6.1.75 (coolsnowwolf#11830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beginner-Go authored and 467815891a committed Feb 24, 2024
1 parent c4da7bf commit 5d6d6d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
4 changes: 2 additions & 2 deletions include/kernel-6.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LINUX_VERSION-6.1 = .73
LINUX_KERNEL_HASH-6.1.73 = 6cad48706bf1cde342613dca2a2cd6dd4f79f88f9e4d356263564e4b2a5d7e87
LINUX_VERSION-6.1 = .75
LINUX_KERNEL_HASH-6.1.75 = 6cd19410330c13ec4c18fd28a83d3e40fc12a152815fb7c3e1b0764329093a56
38 changes: 0 additions & 38 deletions target/linux/generic/hack-6.1/321-powerpc_crtsavres_prereq.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Signed-off-by: Steve French <[email protected]>

--- a/fs/smb/server/oplock.c
+++ b/fs/smb/server/oplock.c
@@ -1191,6 +1191,12 @@ int smb_grant_oplock(struct ksmbd_work *
bool prev_op_has_lease;
__le32 prev_op_state = 0;
@@ -1197,6 +1197,12 @@ int smb_grant_oplock(struct ksmbd_work *
return 0;
}

+ /* Only v2 leases handle the directory */
+ if (S_ISDIR(file_inode(fp->filp)->i_mode)) {
Expand Down

0 comments on commit 5d6d6d4

Please sign in to comment.