Messages in this thread |  | | Date | Mon, 4 Sep 2000 21:36:59 +0200 (CEST) | From | Philipp Matthias Hahn <> | Subject | Multiple test_if_zero |
| |
Hello!
Just a note: The patch to test8-pre3 contains 2 definitions of a function to test is a memory-block is zero:
fs/buffer.c: int mem_is_zero(char *p, unsigned len) fs/ext2/inode.c: static inline int all_zeroes(u32 *p, u32 *q) driver/usb/hid.c: static __inline__ int search(__s32 *array, __s32 value, unsigned n)
There are perhaps some more declarations but the first two I found while reading the diff for 'al'.
Philipp -- / / (_)__ __ ____ __ Philipp Hahn / /__/ / _ \/ // /\ \/ / /____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |