diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-21 00:30:29 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-21 00:30:29 +0200 |
commit | fdf5078458793fca9e9c0fb5e58a1a970ca0fdef (patch) | |
tree | 1ca832470f18ad87b6f6b3bcf81356a2c6cf2928 /include | |
parent | Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
parent | cifs: Not to defer close on file when lock is set (diff) | |
download | linux-fdf5078458793fca9e9c0fb5e58a1a970ca0fdef.tar.xz linux-fdf5078458793fca9e9c0fb5e58a1a970ca0fdef.zip |
Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs client fixes from Steve French:
- two deferred close fixes (for bugs found with xfstests 478 and 461)
- a deferred close improvement in rename
- two trivial fixes for incorrect Linux comment formatting of multiple
cifs files (pointed out by automated kernel test robot and
checkpatch)
* tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6:
cifs: Not to defer close on file when lock is set
cifs: Fix soft lockup during fsstress
cifs: Deferred close performance improvements
cifs: fix incorrect kernel doc comments
cifs: remove pathname for file from SPDX header
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/cifs/cifs_mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/cifs/cifs_mount.h b/include/uapi/linux/cifs/cifs_mount.h index 69829205fdb5..8e87d27b0951 100644 --- a/include/uapi/linux/cifs/cifs_mount.h +++ b/include/uapi/linux/cifs/cifs_mount.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ /* - * include/uapi/linux/cifs/cifs_mount.h * * Author(s): Scott Lovenberg (scott.lovenberg@gmail.com) * |