summaryrefslogtreecommitdiff
path: root/e2fsck/e2fsck.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-08-03 20:43:37 -0400
committerTheodore Ts'o <tytso@mit.edu>2007-08-03 20:43:37 -0400
commit9f0288d3bbbf47bb05e5abf1e570df368476a8cd (patch)
tree562ec447b27748611f48e9e4e973516f78615b79 /e2fsck/e2fsck.h
parentc5ca71df146ef5ec70eb2d2e8298d94d94628138 (diff)
downloade2fsprogs-9f0288d3bbbf47bb05e5abf1e570df368476a8cd.tar.gz
e2fsck: Allow i_size to be rounded up to the size of a VM page
Allow files to be preallocated on-disk up to the next multiple of the system's page size without complaining about extra blocks. Signed-off-by: Andreas Dilger <adilger@clusterfs.com> Signed-off-by: Girish Shilamkar <girish@clusterfs.com> Signed-off-by: Kalpak Shah <kalpak@clusterfs.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsck/e2fsck.h')
-rw-r--r--e2fsck/e2fsck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsck/e2fsck.h b/e2fsck/e2fsck.h
index 96b83dab..25a97737 100644
--- a/e2fsck/e2fsck.h
+++ b/e2fsck/e2fsck.h
@@ -327,11 +327,11 @@ struct e2fsck_struct {
__u32 fs_ext_attr_inodes;
__u32 fs_ext_attr_blocks;
+ /* misc fields */
time_t now;
-
int ext_attr_ver;
-
profile_t profile;
+ int blocks_per_page;
/*
* For the use of callers of the e2fsck functions; not used by