Whamcloud - gitweb
fix build issue
authorJohann Lombardi <johann@sun.com>
Fri, 15 Jan 2010 16:37:42 +0000 (17:37 +0100)
committerJohann Lombardi <johann@sun.com>
Fri, 15 Jan 2010 16:37:42 +0000 (17:37 +0100)
lnet/libcfs/linux/linux-proc.c

index 11af5c0..f70c4f4 100644 (file)
@@ -335,6 +335,7 @@ int LL_PROC_PROTO(libcfs_force_lbug)
 {
         if (write)
                 LBUG();
+        return 0;
 }
 
 static cfs_sysctl_table_t lnet_table[] = {