オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /branches/ccs-patch/fs/tomoyo_network.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2555 by kumaneko, Sun May 17 10:43:37 2009 UTC revision 2570 by kumaneko, Wed May 20 07:12:32 2009 UTC
# Line 1225  static void skb_kill_datagram(struct soc Line 1225  static void skb_kill_datagram(struct soc
1225                  if (clear)                  if (clear)
1226                          kfree_skb(skb);                          kfree_skb(skb);
1227          }          }
1228            skb_free_datagram(sk, skb);
1229  }  }
1230  #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16)  #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16)
1231  static void skb_kill_datagram(struct sock *sk, struct sk_buff *skb,  static void skb_kill_datagram(struct sock *sk, struct sk_buff *skb,
# Line 1242  static void skb_kill_datagram(struct soc Line 1243  static void skb_kill_datagram(struct soc
1243                  if (clear)                  if (clear)
1244                          kfree_skb(skb);                          kfree_skb(skb);
1245          }          }
1246            skb_free_datagram(sk, skb);
1247  }  }
1248  #endif  #endif
1249    

Legend:
Removed from v.2555  
changed lines
  Added in v.2570

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26