diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-20 15:30:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-20 15:30:29 -0700 |
commit | fdf5078458793fca9e9c0fb5e58a1a970ca0fdef (patch) | |
tree | 1ca832470f18ad87b6f6b3bcf81356a2c6cf2928 /include/uapi | |
parent | 4c17ca27923c16fd73bbb9ad033c7d749c3bcfcc (diff) | |
parent | 35866f3f779aef5e7ba84e4d1023fe2e2a0e219e (diff) | |
download | linux-fdf5078458793fca9e9c0fb5e58a1a970ca0fdef.tar.bz2 |
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/uapi')
-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) * |