In the Linux kernel, the following vulnerability has been resolved:
ocfs2: free inode when ocfs2getinit_inode() fails
syzbot is reporting busy inodes after unmount, for commit 9c89fe0af826 ("ocfs2: Handle error from dquotinitialize()") forgot to call iput() when newinode() succeeded and dquot_initialize() failed.