forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: bump 6.1 to 6.1.75 (coolsnowwolf#11830)
- Loading branch information
1 parent
c4da7bf
commit 5d6d6d4
Showing
3 changed files
with
5 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
38
target/linux/generic/hack-6.1/321-powerpc_crtsavres_prereq.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)) { | ||
|