shithub: unionfs

Download patch

ref: 80bc3e7fd1a4ae229d9cdedff9e044080c0e5e04
parent: 9982839c856dd83e09eeea299b00a56c18a5d4bb
author: kvik <kvik@a-b.xyz>
date: Tue Apr 23 08:46:43 EDT 2019

sort the switch cases

--- a/unionfs.c
+++ b/unionfs.c
@@ -677,6 +677,15 @@
 	case 'b':
 		mflag = MBEFORE;
 		break;
+	case 'c':
+		c++;
+		break;
+	case 'C':
+		mflag |= MCACHE;
+		break;
+	case 'D':
+		chatty9p++;
+		break;
 	case 'm':
 		mtpt = EARGF(usage());
 		break;
@@ -685,15 +694,6 @@
 		break;
 	case 's':
 		srv = EARGF(usage());
-		break;
-	case 'D':
-		chatty9p++;
-		break;
-	case 'c':
-		c++;
-		break;
-	case 'C':
-		mflag |= MCACHE;
 		break;
 	default:
 		usage();