From: Lachlan McIlroy Date: Thu, 30 Oct 2008 06:36:52 +0000 (+1100) Subject: [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement X-Git-Tag: v2.6.29-rc1~552^2~81^2~31 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=493dca6178cf4a6ae2a16c602d6cb455bb7d31bd;p=linux-2.6-omap-h63xx.git [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 --- diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index bb535a7737b..1d67d7f92a4 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c @@ -872,6 +872,7 @@ xfs_fs_alloc_inode( struct super_block *sb) { BUG(); + return NULL; } /*