From: Steve French Date: Fri, 14 Mar 2008 19:21:31 +0000 (+0000) Subject: [CIFS] Fix mtime on cp -p when file data cached but written out too late X-Git-Tag: v2.6.25-rc7~31^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50531444fac593c8c8e3ff2e41944d9507bb4665;p=pandora-kernel.git [CIFS] Fix mtime on cp -p when file data cached but written out too late Kukks noticed that cp -p can write out file data too late, after the timestamp is already set. This was introduced as an unintentional sideeffect of the change in an earlier patch (see below) which fixed some delayed return code propagation. cea218054ad277d6c126890213afde07b4eb1602 Author: Jeff Layton Date: Tue Nov 20 23:19:03 2007 +0000 Acked-by: Shirish Pargaonkar Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed