Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f53751
)
Quiet compiler warning.
author
adilger
<adilger>
Sat, 3 Apr 2004 04:40:53 +0000
(
04:40
+0000)
committer
adilger
<adilger>
Sat, 3 Apr 2004 04:40:53 +0000
(
04:40
+0000)
b=1557
lustre/llite/special.c
patch
|
blob
|
history
diff --git
a/lustre/llite/special.c
b/lustre/llite/special.c
index
ffd868f
..
4a63218
100644
(file)
--- a/
lustre/llite/special.c
+++ b/
lustre/llite/special.c
@@
-61,6
+61,7
@@
static struct file_operations **get_save_fops(struct file* filp, int mode)
} else {
CERROR("invalid special file ops %d\n", mode);
LBUG();
+ return NULL;
}
}