lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 11 Jun 2007 18:42:28 +0200
From:	Valerie Clement <valerie.clement@...l.net>
To:	Theodore Tso <tytso@....edu>
Cc:	ext4 development <linux-ext4@...r.kernel.org>
Subject: [RFC][PATCH 4/12] convert some block types in e2fsprogs

This patch converts some int or unsigned int block number definitions
to blk_t type.  Most conversions are necessary for 64-bit porting.

  debugfs/debugfs.c       |   12 +++++-------
  debugfs/logdump.c       |   10 +++++-----
  e2fsck/super.c          |    3 ++-
  lib/e2p/e2p.h           |    2 +-
  lib/e2p/percent.c       |    2 +-
  lib/ext2fs/bitops.h     |    2 +-
  lib/ext2fs/closefs.c    |    7 +++----
  lib/ext2fs/ext2fs.h     |    2 +-
  lib/ext2fs/gen_bitmap.c |    2 +-
  lib/ext2fs/openfs.c     |    3 +-- 

  resize/resize2fs.c      |    4 ++--
  11 files changed, 23 insertions(+), 26 deletions(-)



View attachment "04-clean-up-some-block-types" of type "text/plain" (8345 bytes)

Powered by blists - more mailing lists