Whamcloud - gitweb
ext2fs.h: move ext2fs_init_csum_seed() outside of EXT2_CUSTOM_MEMORY_ROUTINES
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Sep 2012 01:43:08 +0000 (21:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Sep 2012 01:43:08 +0000 (21:43 -0400)
commitdaf57eaaae5eeef849d5dae4bbf3bf8687ca2c08
treecb14b0bc65e7f62f95ac90688f9f7eb8a407eae6
parent19dcd5cce464e583bc72846ad8bb32fcf6be307a
ext2fs.h: move ext2fs_init_csum_seed() outside of EXT2_CUSTOM_MEMORY_ROUTINES

The function ext2fs_init_csum_seed() has nothing to do with the
ext2fs_get_mem()/ext2fs_get_memzero()/ext2fs_get_array()/ext2fs_get_arrayzero()
functions.  (This define is there so that on platforms where we need
to use the standard C functions, they can be replaced --- this is
primarily needed when trying to compile libext2fs for strange,
non-quite-standards-compliant platforms, such as Windows.)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2fs.h