[CRIU] [PATCH 3/3] image: Drop unused O_SHOW

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Jan 30 12:04:49 MSK 2019


Signed-off-by: Radostin Stoyanov <rstoyanov1 at gmail.com>
---
 criu/include/image.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/criu/include/image.h b/criu/include/image.h
index 1b2cdadf5..48ba3ec00 100644
--- a/criu/include/image.h
+++ b/criu/include/image.h
@@ -101,7 +101,6 @@ extern bool img_common_magic;
 #define O_NOBUF		(O_DIRECT)
 #define O_SERVICE	(O_DIRECTORY)
 #define O_DUMP		(O_WRONLY | O_CREAT | O_TRUNC)
-#define O_SHOW		(O_RDONLY | O_NOBUF)
 #define O_RSTR		(O_RDONLY)
 #define O_FORCE_LOCAL	(O_SYNC)
 
-- 
2.20.1



More information about the CRIU mailing list