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