]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - configure
This patch adds a check to use fstat or fstat64 in getsize.c if the
authorAndreas Dilger <adilger@clusterfs.com>
Sun, 10 Jul 2005 03:06:59 +0000 (22:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Jul 2005 03:06:59 +0000 (22:06 -0500)
commit9b7d811ddad946e728d9348a78cb06dee159df96
tree362e34c87f4612d17f08e1e219635e2111a428ab
parent2524785d5daf9457c01aa4d1a9ee1c9c20dfbfd9
This patch adds a check to use fstat or fstat64 in getsize.c if the
target is a regular file, instead of doing binary searching.  It also
fixes a couple of cases where a file descriptor is leaked in the
ext2fs_getsize() routine on error.

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
configure
configure.in
lib/blkid/ChangeLog
lib/blkid/getsize.c
lib/ext2fs/ChangeLog
lib/ext2fs/getsize.c