From: David Chinner Date: Thu, 30 Oct 2008 06:21:30 +0000 (+1100) Subject: [XFS] Never call mark_inode_dirty_sync() directly X-Git-Tag: v2.6.29-rc1~552^2~81^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b97e39b0c983e86f0028c456dcf213abc722a0;p=pandora-kernel.git [XFS] Never call mark_inode_dirty_sync() directly Once the Linux inode and the XFS inode are combined, we cannot rely on just check if the linux inode exists as a method of determining if it is valid or not. Hence we should always call xfs_mark_inode_dirty_sync() instead as it does the correct checks to determine if the liinux inode is in a valid state or not. SGI-PV: 988141 SGI-Modid: xfs-linux-melb:xfs-kern:32318a Signed-off-by: David Chinner Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed