From: Christoph Hellwig Date: Wed, 13 Jul 2011 11:43:48 +0000 (+0200) Subject: xfs: start periodic workers later X-Git-Tag: v3.1-rc1~322^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcf6e970f5a88fa05dced5eeb0326e13d93c4a1;p=pandora-kernel.git xfs: start periodic workers later Start the periodic sync workers only after we have finished xfs_mountfs and thus fully set up the filesystem structures. Without this we can call into xfs_qm_sync before the quotainfo strucute is set up if the mount takes unusually long, and probably hit other incomplete states as well. Also clean up the xfs_fs_fill_super error path by using consistent label names, and removing an impossible to reach case. Signed-off-by: Christoph Hellwig Reported-by: Arkadiusz Miskiewicz Reviewed-by: Alex Elder --- Reading git-diff-tree failed