[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] PV-to-HVM: Implement compatibility nonseekable_open as a nop on
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxxxxx> # Node ID f4b878188b5d521828d8120646ab1192ea5c8483 # Parent ded9d1ae21f794f924bb312077bab69f782f87b8 PV-to-HVM: Implement compatibility nonseekable_open as a nop on kernels before 2.6.9 Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx> --- unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h | 4 ++++ 1 files changed, 4 insertions(+) diff -r ded9d1ae21f7 -r f4b878188b5d unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h --- a/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Wed Oct 25 13:58:30 2006 +0100 +++ b/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h Wed Oct 25 13:58:30 2006 +0100 @@ -25,4 +25,8 @@ #define NET_IP_ALIGN 0 #endif +#if defined(_LINUX_FS_H) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9) +#define nonseekable_open(inode, filp) /* Nothing to do */ #endif + +#endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |