https://github.com/torvalds/linux
Revision 41e7231fab9d76e906b6d8abe09c44c7b9656d33 authored by Linus Torvalds on 31 May 2019, 20:49:50 UTC, committed by Linus Torvalds on 31 May 2019, 20:49:50 UTC
Pull cifs fixes from Steve French:
 "Four small smb3 fixes, one for stable"

* tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEM
  dfs_cache: fix a wrong use of kfree in flush_cache_ent()
  fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_free
  cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl case
2 parent s d266b3f + 31fad7d
Raw File
Tip revision: 41e7231fab9d76e906b6d8abe09c44c7b9656d33 authored by Linus Torvalds on 31 May 2019, 20:49:50 UTC
Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Tip revision: 41e7231
locking-selftest-wsem.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top