From: Trond Myklebust Date: Fri, 28 Oct 2005 02:12:39 +0000 (-0400) Subject: NFS: Don't let nfs_end_data_update() clobber attribute update information X-Git-Tag: v2.6.15-rc1~733^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=decf491f3076190262d4c649bed877650623903a;p=pandora-kernel.git NFS: Don't let nfs_end_data_update() clobber attribute update information Since we almost always call nfs_end_data_update() after we called nfs_refresh_inode(), we now end up marking the inode metadata as needing revalidation immediately after having updated it. This patch rearranges things so that we mark the inode as needing revalidation _before_ we call nfs_refresh_inode() on those operations that need it. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed