iscsi-scst: Suppress put_page_callback patch warnings (merge r6340 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6474 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-08-11 22:25:22 +00:00
parent 7791086ba6
commit 236a13bd4d

View File

@@ -28,7 +28,7 @@
#include "digest.h"
#include "iscsit_transport.h"
#ifndef GENERATING_UPSTREAM_PATCH
#if 0 && !defined(GENERATING_UPSTREAM_PATCH)
#if !defined(CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION)
#warning Patch put_page_callback-<kernel-version>.patch not applied on your \
kernel or CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION \
@@ -4292,7 +4292,7 @@ static int __init iscsi_init(void)
goto out_destroy_mempool;
}
#else
#ifndef GENERATING_UPSTREAM_PATCH
#if 0 && !defined(GENERATING_UPSTREAM_PATCH)
PRINT_WARNING("%s",
"CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION "
"not enabled in your kernel. ISCSI-SCST will be working with "