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