remap: Rename fields for easier grep

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2015-09-23 15:39:21 +03:00
parent 7ca6cc1eb2
commit 6cf77f6726
3 changed files with 29 additions and 29 deletions

View file

@ -12,9 +12,9 @@ struct cr_imgset;
struct fd_parms;
struct file_remap {
char *path;
char *rpath;
bool is_dir;
int mnt_id;
int rmnt_id;
unsigned int users;
uid_t owner;
};