Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 493dca61 authored by Lachlan McIlroy's avatar Lachlan McIlroy
Browse files

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -872,6 +872,7 @@ xfs_fs_alloc_inode(
	struct super_block	*sb)
{
	BUG();
	return NULL;
}

/*