Hi Linus, Here's a set of minor changes for AFS for the next merge window: (1) Remove an unnecessary check in afs_unlink(). (2) Add a tracepoint for tracking callback management. (3) Add a tracepoint for afs_server object usage. (4) Use struct_size(). (5) Add mappings for AFS UAE abort codes to Linux error codes, using symbolic names rather than hex numbers in the .c file. David --- The following changes since commit 2cd42d19cffa0ec3dfb57b1b3e1a07a9bf4ed80a: afs: Fix setting of i_blocks (2019-06-20 18:12:02 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/afs-next-20190628 for you to fetch changes up to 1eda8bab70ca7d353b4e865140eaec06fedbf871: afs: Add support for the UAE error table (2019-06-28 18:37:53 +0100) ---------------------------------------------------------------- AFS development ---------------------------------------------------------------- David Howells (4): afs: afs_unlink() doesn't need to check dentry->d_inode afs: Add some callback management tracepoints afs: Trace afs_server usage afs: Add support for the UAE error table Zhengyuan Liu (1): fs/afs: use struct_size() in kzalloc() fs/afs/callback.c | 20 ++++--- fs/afs/cmservice.c | 5 +- fs/afs/dir.c | 21 ++++---- fs/afs/file.c | 6 +-- fs/afs/fsclient.c | 2 +- fs/afs/inode.c | 17 +++--- fs/afs/internal.h | 18 +++---- fs/afs/misc.c | 48 +++++++---------- fs/afs/protocol_uae.h | 132 +++++++++++++++++++++++++++++++++++++++++++++ fs/afs/rxrpc.c | 2 +- fs/afs/server.c | 39 +++++++++++--- fs/afs/server_list.c | 6 ++- fs/afs/write.c | 3 +- include/trace/events/afs.h | 132 +++++++++++++++++++++++++++++++++++++++++++++ 14 files changed, 369 insertions(+), 82 deletions(-) create mode 100644 fs/afs/protocol_uae.h