[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240915194545.14779-1-pali@kernel.org>
Date: Sun, 15 Sep 2024 21:45:41 +0200
From: Pali Rohár <pali@...nel.org>
To: Steve French <sfrench@...ba.org>,
Paulo Alcantara <pc@...guebit.com>,
Ronnie Sahlberg <ronniesahlberg@...il.com>
Cc: linux-cifs@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] cifs: Improve client SFU support for special files (2)
Per Steve's request I'm re-sending changes from PATCH 6/7 and
PATCH 7/7 from patch series "cifs: Improve client SFU support for
special files" (Sep 12, 2024). There is no functional change, just split
and reorder.
All changes are:
* Use ARRAY_SIZE() instead of magic value 2
* Patch for SFU symlinks (original 6/7) is the first one
* Patch for SFU fifo/sockets is after symlinks and is split into other
tree independent patches (socket, fifo and comments), so every one can
be applied separatetely or dropped if would not be acceptable.
Pali Rohár (4):
cifs: Add support for creating SFU symlinks
cifs: Fix creating of SFU socket special files
cifs: Fix creating of SFU fifo special files
cifs: Update SFU comments about fifos and sockets
fs/smb/client/cifspdu.h | 6 ---
fs/smb/client/cifsproto.h | 4 ++
fs/smb/client/cifssmb.c | 8 ++--
fs/smb/client/fs_context.c | 13 ++++---
fs/smb/client/link.c | 3 ++
fs/smb/client/smb1ops.c | 2 +-
fs/smb/client/smb2ops.c | 79 +++++++++++++++++++++++++++++---------
7 files changed, 80 insertions(+), 35 deletions(-)
--
2.20.1
Powered by blists - more mailing lists