提交 493dca61 编写于 作者: L Lachlan McIlroy

[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement

SGI-PV: 988141

SGI-Modid: xfs-linux-melb:xfs-kern:32325a
Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
上级 99fa8cb3
......@@ -872,6 +872,7 @@ xfs_fs_alloc_inode(
struct super_block *sb)
{
BUG();
return NULL;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册