summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilov@microsoft.com>2016-10-11 15:34:07 -0700
committerSteve French <smfrench@gmail.com>2016-10-13 19:48:59 -0500
commitde74025052ef63852d80a444ea19f2bdd7bec63f (patch)
tree472bb2dd2be1ffcb96d6a7edd25e1831ad32fcd9 /tools/perf/scripts/python/bin/stackcollapse-record
parentf2cca6a7c99fdeadacd0bdc37d825c4bc2b03653 (diff)
downloadkernel-de74025052ef63852d80a444ea19f2bdd7bec63f.tar.gz
CIFS: Reset read oplock to NONE if we have mandatory locks after reopen
We are already doing the same thing for an ordinary open case: we can't keep read oplock on a file if we have mandatory byte-range locks because pagereading can conflict with these locks on a server. Fix it by setting oplock level to NONE. Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
d>Masahiro Yamada 2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds 2021-05-02kbuild: add a script to remove stale generated filesMasahiro Yamada 2021-03-09ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lldArd Biesheuvel 2021-02-01ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven 2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds 2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor 2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij 2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds 2020-09-15ARM: add malloc size to decompressor kexec size structureRussell King 2020-09-15ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King 2020-09-15ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij 2020-09-03arm/boot: Warn on orphan section placementKees Cook 2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada 2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada 2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada 2020-02-21ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC pluginArd Biesheuvel 2020-01-25ARM: 8945/1: decompressor: use CONFIG option instead of cc-optionMasahiro Yamada 2019-11-22ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin