From: Chris Mason Date: Tue, 13 Oct 2009 16:55:09 +0000 (-0400) Subject: Btrfs: only write one super copy during fsync X-Git-Tag: v2.6.32-rc5~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4722607db6a78bd7748c51fa4c8d7371da797254;p=pandora-kernel.git Btrfs: only write one super copy during fsync During a tree-log commit for fsync, we've been writing at least two copies of the super block and forcing them to disk. The other filesystems write only one, and this change brings us on par with them. A full transaction commit will write all the super copies, so we still have redundant info written on a regular basis. Signed-off-by: Chris Mason --- Reading git-diff-tree failed