linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] afs: Minor cleanups and a minor bugfix
@ 2019-11-26 22:43 David Howells
  2019-11-30 19:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Howells @ 2019-11-26 22:43 UTC (permalink / raw)
  To: torvalds; +Cc: dhowells, linux-afs, linux-fsdevel, linux-kernel

Hi Linus,

Can you pull these AFS patches please?  They are:

 (1) Minor fix to make some debugging statements display information from
     the correct iov_iter.

 (2,3) Rename some members and variables to make things more obvious or
     consistent.

 (4) Provide a helper to wrap increments of the usage count on the afs_read
     struct.

 (5) Use scnprintf() to print into a stack buffer rather than sprintf().

 (6,7) Remove some set but unused variables.

There should be no functional changes from (2) - (7).

Thanks,
David
---
The following changes since commit a99d8080aaf358d5d23581244e5da23b35e340b9:

  Linux 5.4-rc6 (2019-11-03 14:07:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20191121

for you to fetch changes up to 4fe171bb81b13b40bf568330ec3716dfb304ced1:

  afs: Remove set but not used variable 'ret' (2019-11-21 20:36:04 +0000)

----------------------------------------------------------------
AFS development

----------------------------------------------------------------
David Howells (4):
      afs: Use call->_iter not &call->iter in debugging statements
      afs: Switch the naming of call->iter and call->_iter
      afs: Rename desc -> req in afs_fetch_data()
      afs: Introduce an afs_get_read() refcount helper

Mark Salyzyn (1):
      afs: xattr: use scnprintf

zhengbin (2):
      afs: Remove set but not used variables 'before', 'after'
      afs: Remove set but not used variable 'ret'

 fs/afs/cmservice.c |  6 +++---
 fs/afs/dir_edit.c  | 12 ++----------
 fs/afs/file.c      |  6 +++---
 fs/afs/fsclient.c  | 16 +++++++---------
 fs/afs/internal.h  | 16 +++++++++++-----
 fs/afs/rxrpc.c     | 12 ++++++------
 fs/afs/server.c    |  3 +--
 fs/afs/vlclient.c  |  6 +++---
 fs/afs/xattr.c     | 16 +++++++++-------
 fs/afs/yfsclient.c | 11 +++++------
 10 files changed, 50 insertions(+), 54 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-30 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 22:43 [GIT PULL] afs: Minor cleanups and a minor bugfix David Howells
2019-11-30 19:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).