linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ext4: let ext4 get free blocks count of uninit groups from desc
@ 2011-07-20 13:32 Yongqiang Yang
  2011-07-20 13:32 ` [PATCH 1/2] ext4: get free blocks count of BLOCK_UNINIT groups from group desc directly Yongqiang Yang
  2011-07-20 13:32 ` [PATCH 2/2] ext4: remove ext4_free_blocks_after_init() Yongqiang Yang
  0 siblings, 2 replies; 7+ messages in thread
From: Yongqiang Yang @ 2011-07-20 13:32 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso

Hi all,

I do not know why ext4 does not get free blocks count of BLOCK_UNINIT groups
from group descriptors directly in the past.  But now, according to e2fsprogs
and code of kernel side we can get free blocks count from descriptors for
BLOCK_UNINIT groups, rather than compute it.  This can simplifies code a lot.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-02  3:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-20 13:32 ext4: let ext4 get free blocks count of uninit groups from desc Yongqiang Yang
2011-07-20 13:32 ` [PATCH 1/2] ext4: get free blocks count of BLOCK_UNINIT groups from group desc directly Yongqiang Yang
2011-08-01 11:20   ` Ted Ts'o
2011-08-02  3:15     ` Andreas Dilger
2011-07-20 13:32 ` [PATCH 2/2] ext4: remove ext4_free_blocks_after_init() Yongqiang Yang
2011-07-20 15:41   ` Andreas Dilger
2011-07-21  1:37     ` Yongqiang Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).