#501974 e2fslibs: Add function to get the number of blocks used by the group table in a given group

#501974#5
Date:
2008-10-12 12:00:19 UTC
From:
To:
There seems to be no such function, which would be equivalent to ext3_bg_num_gdb in
fs/ext3/balloc.c in the kernel source.

Mike

#501974#10
Date:
2008-10-12 19:24:52 UTC
From:
To:
Why would you find such a function useful in a user application?  What
are you trying to do?

							- Ted

#501974#15
Date:
2008-10-13 05:24:06 UTC
From:
To:
I was trying to get the same block size that what statfs() gives, i.e.
the effective block size (full block count - overhead). That could even
be something nice to have in dumpe2fs or debugfs.

Mike