Whamcloud - gitweb
ext2fs_set_gdt_csum(): Return an error code on errors instead of void
authorAndreas Dilger <adilger@dilger.ca>
Mon, 31 Mar 2008 14:50:19 +0000 (10:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2008 18:28:37 +0000 (14:28 -0400)
commitf628acea2671dda839fc086f1017718e41e34eca
treef9d9fd892e27c05f6de5e1cdfbb094c635af240d
parentd78ea441a2e52f776cc192cc7d1d8b3be2abd971
ext2fs_set_gdt_csum(): Return an error code on errors instead of void

Change the function signature so that ext2fs_set_gdt_csum() returns an
error code.

If the inode bitmap hasn't been loaded return EXT2_ET_NO_INODE_BITMAP.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/unix.c
lib/ext2fs/csum.c
lib/ext2fs/ext2fs.h
misc/mke2fs.c