mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
[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: Lachlan McIlroy <lachlan@sgi.com>
This commit is contained in:
parent
99fa8cb3c5
commit
493dca6178
@ -872,6 +872,7 @@ xfs_fs_alloc_inode(
|
||||
struct super_block *sb)
|
||||
{
|
||||
BUG();
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user