Message ID | Ziq8YlBcw4qj4K1O@3f3e8491d9e9 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] fs/9p: fixes for 6.9-rc6 | expand |
The pull request you sent on Thu, 25 Apr 2024 20:26:10 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-for-6.9-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dda89e2fbc5b7702296356b4a20a5cb66c70e426
Thank you!
The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f: Linux 6.9-rc5 (2024-04-21 12:35:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git tags/9p-for-6.9-rc6 for you to fetch changes up to d05dcfdf5e1659b2949d13060284eff3888b644e: fs/9p: mitigate inode collisions (2024-04-22 15:34:27 +0000) ---------------------------------------------------------------- fs/9p: fixes for 6.9-rc6 Contains a single mitigation to help deal with an apparent race condition between client and server having to deal with inode number collisions. Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> ---------------------------------------------------------------- Eric Van Hensbergen (1): fs/9p: mitigate inode collisions fs/9p/v9fs.h | 11 ++++++----- fs/9p/vfs_inode.c | 37 +++++++++++++++++++++++++++++-------- fs/9p/vfs_inode_dotl.c | 28 ++++++++++++++++++++-------- fs/9p/vfs_super.c | 2 +- 4 files changed, 56 insertions(+), 22 deletions(-)