aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/string.h
diff options
context:
space:
mode:
authorRohith Surabattula <rohiths@microsoft.com>2021-05-05 10:56:47 +0000
committerSteve French <stfrench@microsoft.com>2021-05-19 21:11:26 -0500
commit860b69a9d77160d21ca00357fd6c5217f9d41fb1 (patch)
tree5668410148272ff6aaacdc8418320f79b14f503f /include/uapi/linux/string.h
parentcifs: Fix inconsistent indenting (diff)
Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.
Removed oplock_break_received flag which was added to achieve synchronization between oplock handler and open handler by earlier commit. It is not needed because there is an existing lock open_file_lock to achieve the same. find_readable_file takes open_file_lock and then traverses the openFileList. Similarly, cifs_oplock_break while closing the deferred handle (i.e cifsFileInfo_put) takes open_file_lock and then sends close to the server. Added comments for better readability. Signed-off-by: Rohith Surabattula <rohiths@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'include/uapi/linux/string.h')
0 files changed, 0 insertions, 0 deletions
10:17:07 +0200'>2019-06-25locking/atomics: Use sed(1) instead of non-standard head(1) optionMichael Forney1-1/+1 2019-04-19locking/atomics: Don't assume that scripts are executableAndrew Morton1-1/+1 2019-02-13locking/atomics: Check atomic headers with sha1sumMark Rutland2-6/+40 2019-02-11locking/atomics: Change 'fold' to 'grep'Anders Roxell1-1/+1 2018-11-01locking/atomics: Fix scripts/atomic/ script permissionsIngo Molnar25-0/+0 2018-11-01locking/atomics: Check generated headers are up-to-dateMark Rutland1-0/+19 2018-11-01locking/atomics: Add common header generation filesMark Rutland24-0/+923