Re: what is fsck's "slowdown"?

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Sun, 5 Sep 2004 22:24:48 -0700 (PDT)
On  6 Sep, Giorgos Keramidas wrote:
> On 2004-09-05 18:33, Don Lewis <truckman_at_FreeBSD.org> wrote:
>> Index: sbin/fsck_ffs/fsck.h
>> ===================================================================
>> RCS file: /home/ncvs/src/sbin/fsck_ffs/fsck.h,v
>> retrieving revision 1.32
>> diff -u -r1.32 fsck.h
>> --- sbin/fsck_ffs/fsck.h	1 Sep 2004 05:48:06 -0000	1.32
>> +++ sbin/fsck_ffs/fsck.h	6 Sep 2004 00:41:31 -0000
>> _at__at_ -84,6 +84,8 _at__at_
>>  #define	DFOUND	04		/* directory found during descent */
>>  #define	DCLEAR	05		/* directory is to be cleared */
>>  #define	FCLEAR	06		/* file is to be cleared */
>> +#define	FZLINK	07		/* inode is file with a link count of zero */
>> +#define	DZLINK	10		/* inode is directory with a zero link count  */
> 
> Just a minor note:
> 
> 04, 05, 06, 07, are octals.
> I think DZLINK should be 010 and not 10 (which is decimal).

Yup.  Someone else sent me a private message about this.
Received on Mon Sep 06 2004 - 03:24:56 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:10 UTC