-
- Downloads
Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux
Pull 9p update from Dominique Martinet: - fix long-standing limitation on open-unlink-fop pattern - add refcount to p9_fid (fixes the above and will allow for more cleanups and simplifications in the future) * tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux: 9p: Remove unnecessary IS_ERR() check 9p: Uninitialized variable in v9fs_writeback_fid() 9p: Fix writeback fid incorrectly being attached to dentry 9p: apply review requests for fid refcounting 9p: add refcount to p9_fid struct fs/9p: search open fids first fs/9p: track open fids fs/9p: fix create-unlink-getattr idiom
Showing
- fs/9p/fid.c 60 additions, 5 deletionsfs/9p/fid.c
- fs/9p/fid.h 10 additions, 1 deletionfs/9p/fid.h
- fs/9p/vfs_dentry.c 2 additions, 0 deletionsfs/9p/vfs_dentry.c
- fs/9p/vfs_dir.c 5 additions, 1 deletionfs/9p/vfs_dir.c
- fs/9p/vfs_file.c 4 additions, 3 deletionsfs/9p/vfs_file.c
- fs/9p/vfs_inode.c 38 additions, 9 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_inode_dotl.c 29 additions, 6 deletionsfs/9p/vfs_inode_dotl.c
- fs/9p/vfs_super.c 1 addition, 0 deletionsfs/9p/vfs_super.c
- fs/9p/xattr.c 13 additions, 3 deletionsfs/9p/xattr.c
- include/net/9p/client.h 7 additions, 0 deletionsinclude/net/9p/client.h
- net/9p/client.c 9 additions, 5 deletionsnet/9p/client.c
Loading
Please register or sign in to comment