fileobj/devobj: record path name (originally by Takagi-san)
This commit is contained in:
@ -61,6 +61,7 @@ struct memobj {
|
||||
/* For pre-mapped memobjects */
|
||||
void **pages;
|
||||
int nr_pages;
|
||||
char *path;
|
||||
};
|
||||
|
||||
typedef void memobj_release_func_t(struct memobj *obj);
|
||||
|
||||
Reference in New Issue
Block a user