linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: torvalds@linux-foundation.org
Cc: dhowells@redhat.com, linux-afs@lists.infradead.org,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] afs: Minor cleanups and a minor bugfix
Date: Tue, 26 Nov 2019 22:43:48 +0000	[thread overview]
Message-ID: <27497.1574808228@warthog.procyon.org.uk> (raw)

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(-)


             reply	other threads:[~2019-11-26 22:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 22:43 David Howells [this message]
2019-11-30 19:40 ` [GIT PULL] afs: Minor cleanups and a minor bugfix pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=27497.1574808228@warthog.procyon.org.uk \
    --to=dhowells@redhat.com \
    --cc=linux-afs@lists.infradead.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).