Revision f6513bd39c15af8f8a63b1fbfcb1bf4717241655 authored by Linus Torvalds on 15 August 2020, 15:31:39 UTC, committed by Linus Torvalds on 15 August 2020, 15:31:39 UTC
Pull cifs fixes from Steve French:
 "Three small cifs/smb3 fixes, one for stable fixing mkdir path with
  the 'idsfromsid' mount option"

* tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6:
  SMB3: Fix mkdir when idsfromsid configured on mount
  cifs: Convert to use the fallthrough macro
  cifs: Fix an error pointer dereference in cifs_mount()
2 parent s 37711e5 + c8c412f
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_LIVEPATCH) += livepatch.o

livepatch-objs := core.o patch.o shadow.o state.o transition.o
back to top