projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fa8cb
)
[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement
author
Lachlan McIlroy
<lachlan@sgi.com>
Thu, 30 Oct 2008 06:36:52 +0000
(17:36 +1100)
committer
Lachlan McIlroy
<lachlan@sgi.com>
Thu, 30 Oct 2008 06:36:52 +0000
(17:36 +1100)
SGI-PV: 988141
SGI-Modid: xfs-linux-melb:xfs-kern:32325a
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_super.c
patch
|
blob
|
history
diff --git
a/fs/xfs/linux-2.6/xfs_super.c
b/fs/xfs/linux-2.6/xfs_super.c
index
bb535a7
..
1d67d7f
100644
(file)
--- 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;
}
/*