[PATCH 16/21] dm: Add comment regarding intended fall-through in switch statement
Eugene Syromyatnikov
evgsyr at gmail.com
Sun Oct 9 13:31:09 UTC 2016
---
dm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dm.c b/dm.c
index 289bc0d..5c908c9 100644
--- a/dm.c
+++ b/dm.c
@@ -60,6 +60,7 @@ dm_decode_values(struct tcb *tcp, const unsigned int code,
case DM_DEV_SUSPEND:
if (ioc->flags & DM_SUSPEND_FLAG)
break;
+ /* Fall through */
case DM_DEV_RENAME:
case DM_DEV_REMOVE:
case DM_DEV_WAIT:
--
1.7.10.4
More information about the Strace-devel
mailing list