Merge tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Pull AFS updates from David Howells: "Minor cleanups and fix: - Minor fix to make some debugging statements display information from the correct iov_iter. - Rename some members and variables to make things more obvious or consistent. - Provide a helper to wrap increments of the usage count on the afs_read struct. - Use scnprintf() to print into a stack buffer rather than sprintf(). - Remove some set but unused variables" * tag 'afs-next-20191121' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: afs: Remove set but not used variable 'ret' afs: Remove set but not used variables 'before', 'after' afs: xattr: use scnprintf afs: Introduce an afs_get_read() refcount helper afs: Rename desc -> req in afs_fetch_data() afs: Switch the naming of call->iter and call->_iter afs: Use call->_iter not &call->iter in debugging statements
No related branches found
No related tags found
Showing
- fs/afs/cmservice.c 3 additions, 3 deletionsfs/afs/cmservice.c
- fs/afs/dir_edit.c 2 additions, 10 deletionsfs/afs/dir_edit.c
- fs/afs/file.c 3 additions, 3 deletionsfs/afs/file.c
- fs/afs/fsclient.c 7 additions, 9 deletionsfs/afs/fsclient.c
- fs/afs/internal.h 11 additions, 5 deletionsfs/afs/internal.h
- fs/afs/rxrpc.c 6 additions, 6 deletionsfs/afs/rxrpc.c
- fs/afs/server.c 1 addition, 2 deletionsfs/afs/server.c
- fs/afs/vlclient.c 3 additions, 3 deletionsfs/afs/vlclient.c
- fs/afs/xattr.c 9 additions, 7 deletionsfs/afs/xattr.c
- fs/afs/yfsclient.c 5 additions, 6 deletionsfs/afs/yfsclient.c
Loading
Please register or sign in to comment