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:
fdcdf4d
)
fix "empty case at end of compound statement" warning in newer GCCs
author
phil
<phil>
Sun, 14 Dec 2003 05:15:10 +0000
(
05:15
+0000)
committer
phil
<phil>
Sun, 14 Dec 2003 05:15:10 +0000
(
05:15
+0000)
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
17659dd
..
46df335
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-1662,6
+1662,7
@@
static int filter_precreate(struct obd_device *obd, struct obdo *oa,
case 1:
filter_parent_unlock(dparent, &parent_lockh, LCK_PW);
case 0:
+ break;
}
if (rc)