https://github.com/torvalds/linux
Revision 5ceabb6078b80a8544ba86d6ee523ad755ae6d5e authored by Linus Torvalds on 27 February 2021, 16:07:12 UTC, committed by Linus Torvalds on 27 February 2021, 16:07:12 UTC
Pull misc vfs updates from Al Viro:
 "Assorted stuff pile - no common topic here"

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  whack-a-mole: don't open-code iminor/imajor
  9p: fix misuse of sscanf() in v9fs_stat2inode()
  audit_alloc_mark(): don't open-code ERR_CAST()
  fs/inode.c: make inode_init_always() initialize i_ino to 0
  vfs: don't unnecessarily clone write access for writable fds
2 parent s 580cd77 + 6f24784
History
Tip revision: 5ceabb6078b80a8544ba86d6ee523ad755ae6d5e authored by Linus Torvalds on 27 February 2021, 16:07:12 UTC
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Tip revision: 5ceabb6

back to top