Commit 8b80a1e3 authored by Pavel Emelyanov's avatar Pavel Emelyanov

files: Remove obsolete fmap_fd structure

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1d6578bb
......@@ -25,13 +25,6 @@ enum fdinfo_states {
FD_STATE_MAX
};
struct fmap_fd {
struct fmap_fd *next;
unsigned long start;
int pid;
int fd;
};
struct fdinfo_list_entry {
struct list_head list;
int fd;
......
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