From: Christoph Hellwig Date: Mon, 21 Apr 2014 17:29:17 +0000 (-0700) Subject: nfs: commit layouts in fdatasync X-Git-Tag: omap-for-v3.16/fixes-against-rc1~64^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b33809ea8c671ccbceeaaa8d842631b441bed54;p=pandora-kernel.git nfs: commit layouts in fdatasync "fdatasync() is similar to fsync(), but does not flush modified metadata unless that metadata is needed in order to allow a subsequent data retrieval to be correctly handled." We absolutely need to commit the layouts to be able to retrieve the data in case either the client, the server or the storage subsystem go down. Signed-off-by: Christoph Hellwig Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed