[PATCH] xfs_io: add missing break in O_TMPFILE case

Eric Sandeen sandeen at redhat.com
Thu Feb 27 14:16:49 CST 2014


Coverity spotted this.

Signed-off-by: Eric Sandeen <sandeen at redhat.com>
---

(I assume that -T isn't supposed to imply -x?)

diff --git a/io/init.c b/io/init.c
index fd1a52f..1e2690e 100644
--- a/io/init.c
+++ b/io/init.c
@@ -181,6 +181,7 @@ init(
 			break;
 		case 'T':
 			flags |= IO_TMPFILE;
+			break;
 		case 'x':
 			expert = 1;
 			break;



More information about the xfs mailing list