Whamcloud - gitweb
land b_smallfix 20040407_1414:
[fs/lustre-release.git] / lustre / llite / special.c
index 7243811..12e5b0f 100644 (file)
@@ -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;
         }
 }