"Fossies" - the Fresh Open Source Software Archive 
About: DRBD (9.x) is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a "network RAID-1". The driver code got integrated into the vanilla Linux kernel.
have_kvfree.c (drbd-9.1.8) | : | have_kvfree.c (drbd-9.1.9) |
#include <linux/mm.h> | | #include <linux/mm.h> |
|
| | #include <linux/slab.h> |
| | |
void foo(void) { | | void foo(void) { |
kvfree(NULL); | | kvfree(NULL); |
} | | } |
| | | |
End of changes. 1 change blocks. |
0 lines changed or deleted | | 1 lines changed or added |