[CRIU] [PATCH 1/4] mount: mount_info -- Drop unused @is_file
Cyrill Gorcunov
gorcunov at openvz.org
Mon Aug 17 13:09:46 PDT 2015
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/mount.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/mount.h b/include/mount.h
index 1307e277419b..8dcb0eadc11a 100644
--- a/include/mount.h
+++ b/include/mount.h
@@ -57,7 +57,6 @@ struct mount_info {
bool dumped;
};
bool need_plugin;
- int is_file;
bool is_ns_root;
struct mount_info *next;
struct ns_id *nsid;
--
2.4.3
More information about the CRIU
mailing list