Hi Linus, the usual small stuff. Thanks! The following changes since commit 74d6a5d5662975aed7f25952f62efbb6f6dadd29: 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work (2020-07-19 14:58:47 +0200) are available in the Git repository at: https://github.com/martinetd/linux tags/9p-for-5.9-rc1 for you to fetch changes up to 2ed0b7578170c3bab10cde09d4440897b305e40c: 9p: Remove unneeded cast from memory allocation (2020-07-31 07:28:25 +0200) ---------------------------------------------------------------- 9p pull request for inclusion in 5.9 - some code cleanup - a couple of static analysis fixes - setattr: try to pick a fid associated with the file rather than the dentry, which might sometimes matter ---------------------------------------------------------------- Alexander Kapshuk (1): net/9p: Fix sparse endian warning in trans_fd.c Jianyong Wu (2): 9p: retrieve fid from file when file instance exist. 9p: remove unused code in 9p Li Heng (1): 9p: Remove unneeded cast from memory allocation Zheng Bin (1): 9p: Fix memory leak in v9fs_mount fs/9p/v9fs.c | 5 ++--- fs/9p/vfs_inode.c | 65 ++++++++--------------------------------------------------------- fs/9p/vfs_inode_dotl.c | 9 +++++++-- net/9p/trans_fd.c | 2 +- 4 files changed, 18 insertions(+), 63 deletions(-)