From 4035f40bc4550ce7520724cc837992a700794e00 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 12 Jan 2001 20:25:50 +0000 Subject: [PATCH] ChangeLog, pass2.c: pass2.c: Minor whitespace cleanups, from Andreas Dilger. --- e2fsck/ChangeLog | 2 ++ e2fsck/pass2.c | 12 +++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 79e32c4..4a473ed 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,5 +1,7 @@ 2001-01-12 Theodore Ts'o + * pass2.c: Minor whitespace cleanups, from Andreas Dilger. + * journal.c (e2fsck_journal_fix_bad_inode): Set pctx->ino to the bad journal number. diff --git a/e2fsck/pass2.c b/e2fsck/pass2.c index efb2822..955f5ef 100644 --- a/e2fsck/pass2.c +++ b/e2fsck/pass2.c @@ -53,8 +53,7 @@ /* * Keeps track of how many times an inode is referenced. */ -static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, - char* block_buf); +static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf); static int check_dir_block(ext2_filsys fs, struct ext2_db_entry *dir_blocks_info, void *priv_data); @@ -64,9 +63,9 @@ static int allocate_dir_block(e2fsck_t ctx, static int update_dir_block(ext2_filsys fs, blk_t *block_nr, e2_blkcnt_t blockcnt, - blk_t ref_block, - int ref_offset, - void *priv_data); + blk_t ref_block, + int ref_offset, + void *priv_data); struct check_dir_struct { char *buf; @@ -619,8 +618,7 @@ static int deallocate_inode_block(ext2_filsys fs, /* * This fuction deallocates an inode */ -static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, - char* block_buf) +static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) { ext2_filsys fs = ctx->fs; struct ext2_inode inode; -- 1.8.3.1