From 32a230028c4d97772d2ff49d4959d81f2d238b24 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 3 Apr 2004 04:40:53 +0000 Subject: [PATCH] Quiet compiler warning. b=1557 --- lustre/llite/special.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/llite/special.c b/lustre/llite/special.c index ffd868f..4a63218 100644 --- 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; } } -- 1.8.3.1