You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drop implementation of `struct MmapXenGrant` issues an Ioctl call,
which uses the file descriptor.
Currently the FileOffset is getting dropped before that, and results in
"Bad File Descriptor" error from the Ioctl. This commit fixes it by
keeping a copy of the same in `struct MmapXenGrant`.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
0 commit comments