[PATCH v3 0/5] fscache, afs, 9p, nfs: Warning fixes
David Howells
dhowells at redhat.com
Tue Oct 5 01:49:23 PDT 2021
Here's a set of warning fixes for fscache, afs, 9p and nfs. It's mostly
kerneldoc fixes plus one unused static variable removal. I've split the
old patch up into per-subsys chunks and put the variable removal in its own
patch at the end.
The patches are on a branch here:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=fscache-fixes
Thanks,
David
Changes
=======
ver #3:
- Dealt with the kerneldoc warnings in fs/9p/cache.c.
- Split the single patch up.
ver #2:
- Dropped already upstreamed cifs changes.
- Fixed more 9p kerneldoc bits.
Link: https://lore.kernel.org/r/163214005516.2945267.7000234432243167892.stgit@warthog.procyon.org.uk/ # rfc v1
Link: https://lore.kernel.org/r/163281899704.2790286.9177774252843775348.stgit@warthog.procyon.org.uk/ # rfc v2
---
David Howells (5):
nfs: Fix kerneldoc warning shown up by W=1
afs: Fix kerneldoc warning shown up by W=1
9p: Fix a bunch of kerneldoc warnings shown up by W=1
fscache: Fix some kerneldoc warnings shown up by W=1
fscache: Remove an unused static variable
fs/9p/cache.c | 8 ++++----
fs/9p/fid.c | 14 +++++++-------
fs/9p/v9fs.c | 8 +++-----
fs/9p/vfs_addr.c | 14 +++++++++-----
fs/9p/vfs_file.c | 33 ++++++++++++---------------------
fs/9p/vfs_inode.c | 24 ++++++++++++++++--------
fs/9p/vfs_inode_dotl.c | 11 +++++++++--
fs/afs/dir_silly.c | 4 ++--
fs/fscache/object.c | 2 +-
fs/fscache/operation.c | 3 +++
10 files changed, 66 insertions(+), 55 deletions(-)
More information about the linux-afs
mailing list