Commit 493dca61 authored by Lachlan McIlroy's avatar 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: default avatarLachlan McIlroy <lachlan@sgi.com>
parent 99fa8cb3
......@@ -872,6 +872,7 @@ xfs_fs_alloc_inode(
struct super_block *sb)
{
BUG();
return NULL;
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment