]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/mm_types.h
Revert "Apply SCST exec req fifo patch"
[mv-sheeva.git] / include / linux / mm_types.h
index bb7288a782fde2ff1d19978a7b9cb387476575ba..9fa6a60fdab22e422cd5d54caf2c2ec26ef1ad61 100644 (file)
@@ -100,6 +100,18 @@ struct page {
         */
        void *shadow;
 #endif
+
+#if defined(CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION)
+       /*
+        * Used to implement support for notification on zero-copy TCP transfer
+        * completion. It might look as not good to have this field here and
+        * it's better to have it in struct sk_buff, but it would make the code
+        * much more complicated and fragile, since all skb then would have to
+        * contain only pages with the same value in this field.
+        */
+        void *net_priv;
+#endif
+
 };
 
 /*