From: Christoph Hellwig Date: Tue, 1 Jun 2010 19:59:18 +0000 (+0200) Subject: nfsd: nfsd_setattr needs to call commit_metadata X-Git-Tag: v2.6.35-rc3~16^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b160fdabe93a8a53094f90f02bf4dcb500782aab;p=pandora-kernel.git nfsd: nfsd_setattr needs to call commit_metadata The conversion of write_inode_now calls to commit_metadata in commit f501912a35c02eadc55ca9396ece55fe36f785d0 missed out the call in nfsd_setattr. But without this conversion we can't guarantee that a SETATTR request has actually been commited to disk with XFS, which causes a regression from 2.6.32 (only for NFSv2, but anyway). Signed-off-by: Christoph Hellwig Cc: stable@kernel.org Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed