[CRIU] [PATCH 4/4] files: No need to split file_desc_add declaration
Cyrill Gorcunov
gorcunov at openvz.org
Sat Jun 9 04:17:03 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
files.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/files.c b/files.c
index 09b921b..534490a 100644
--- a/files.c
+++ b/files.c
@@ -47,8 +47,7 @@ int prepare_shared_fdinfo(void)
return 0;
}
-void file_desc_add(struct file_desc *d, u32 id,
- struct file_desc_ops *ops)
+void file_desc_add(struct file_desc *d, u32 id, struct file_desc_ops *ops)
{
d->id = id;
d->ops = ops;
--
1.7.7.6
More information about the CRIU
mailing list