From: Christoph Hellwig Date: Wed, 3 Dec 2008 11:20:36 +0000 (+0100) Subject: no explicit xfs_iflush for special inodes during unmount X-Git-Tag: v2.6.29-rc1~552^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57481dc269cd3773b22f53bfb869308780a7bf1;p=pandora-kernel.git no explicit xfs_iflush for special inodes during unmount Currently we explicitly call xfs_iflush on the quota, real-time and root inodes from xfs_unmount_flush. But we just called xfs_sync_inodes with SYNC_ATTR and do an XFS_bflush aka xfs_flush_buftarg to make sure all inodes are on disk already, so there is no need for these special cases. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed