Commit 49c85748 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

files: No need to split file_desc_add declaration

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 96e5b7bb
...@@ -47,8 +47,7 @@ int prepare_shared_fdinfo(void) ...@@ -47,8 +47,7 @@ int prepare_shared_fdinfo(void)
return 0; return 0;
} }
void file_desc_add(struct file_desc *d, u32 id, void file_desc_add(struct file_desc *d, u32 id, struct file_desc_ops *ops)
struct file_desc_ops *ops)
{ {
d->id = id; d->id = id;
d->ops = ops; d->ops = ops;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment