Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2009 19:37:52 GMT
From:      Aditya Sarawgi <truncs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 167906 for review
Message-ID:  <200908271937.n7RJbqFx087573@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167906

Change 167906 by truncs@aditya on 2009/08/27 19:37:34

	Remove unused variables.

Affected files ...

.. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_fs.h#3 edit

Differences ...

==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_fs.h#3 (text+ko) ====

@@ -184,8 +184,6 @@
 	uint32_t e2fs_gdbcount;   /* Number of group descriptors */
 	uint32_t e2fs_gcount;     /* Number of groups */
 	uint32_t e2fs_first_inode;/* First inode on fs */
-	uint32_t e2fs_dircount;	  /* Directory count for Orlov Allocator*/
-	uint8_t *e2fs_debts;	  /* Debts for Orlov Allocator*/
 	int32_t  e2fs_isize;      /* Size of inode */
 	uint32_t e2fs_mount_opt;
 	uint32_t e2fs_blocksize_bits;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908271937.n7RJbqFx087573>