-
由 Chen Li 提交于
In d_make_root, when we fail to allocate dentry for root inode, we will iput root inode and returned value is NULL in this function. So we do not need to release this inode again at d_make_root's caller. Signed-off-by: NChen Li <chenli@uniontech.com> Signed-off-by: NNamjae Jeon <namjae.jeon@samsung.com>
839a534f