Whamcloud - gitweb
libext2fs: refactor common code into ext2fs_dx_csum()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 7 Nov 2019 12:17:13 +0000 (07:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 7 Nov 2019 12:17:13 +0000 (07:17 -0500)
commitcd2dc70b19c0458b73b601760fd70eb5ebc4b3d2
tree629cac5e7cf1e98a0b774eb98e1276e03694237c
parentc74660ceee25b35124a682aa07a73402cef95bff
libext2fs: refactor common code into ext2fs_dx_csum()

ext2fs_dx_csum() is currently a static function, so this has no
visible changes except shrinking the text size of csum.o by
approximately 100 bytes.

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