Whamcloud - gitweb
fix "empty case at end of compound statement" warning in newer GCCs
authorphil <phil>
Sun, 14 Dec 2003 05:15:10 +0000 (05:15 +0000)
committerphil <phil>
Sun, 14 Dec 2003 05:15:10 +0000 (05:15 +0000)
lustre/obdfilter/filter.c

index 17659dd..46df335 100644 (file)
@@ -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)