Skip to content
Snippets Groups Projects
Commit 5232a86a authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Description: e2fsck reports "invalid unused inodes count"
Details    : If a new ldiskfs filesystem is created with the "uninit_groups"
	     feature and only a single inode is created in a group then the
	     "bg_unused_inodes" count is incorrectly updated.  Creating a
	     second inode in that group would update it correctly.
i=behlendorf
i=valerie
parent 25a1652f
No related merge requests found
......@@ -78,6 +78,15 @@ Bugzilla : 13616
Description: Kernel patches update for RHEL5 2.6.18-8.1.10.el5.
Details : Modify the target file & which_kernel.
Severity : normal
Frequency : if the uninit_groups feature is enabled on ldiskfs
Bugzilla : 13706
Description: e2fsck reports "invalid unused inodes count"
Details : If a new ldiskfs filesystem is created with the "uninit_groups"
feature and only a single inode is created in a group then the
"bg_unused_inodes" count is incorrectly updated. Creating a
second inode in that group would update it correctly.
--------------------------------------------------------------------------------
2007-09-27 Cluster File Systems, Inc. <info@clusterfs.com>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment