Skip to content

Commit

Permalink
[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement
Browse files Browse the repository at this point in the history
SGI-PV: 988141

SGI-Modid: xfs-linux-melb:xfs-kern:32325a

Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
  • Loading branch information
Lachlan McIlroy committed Oct 30, 2008
1 parent 99fa8cb commit 493dca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ xfs_fs_alloc_inode(
struct super_block *sb)
{
BUG();
return NULL;
}

/*
Expand Down

0 comments on commit 493dca6

Please sign in to comment.