From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964939AbVKVN5I (ORCPT ); Tue, 22 Nov 2005 08:57:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964941AbVKVN5I (ORCPT ); Tue, 22 Nov 2005 08:57:08 -0500 Received: from p-mail2.rd.francetelecom.com ([195.101.245.16]:11012 "EHLO p-mail2.rd.francetelecom.com") by vger.kernel.org with ESMTP id S964939AbVKVN5H (ORCPT ); Tue, 22 Nov 2005 08:57:07 -0500 Message-ID: <438323AC.2090102@francetelecom.com> Date: Tue, 22 Nov 2005 14:57:00 +0100 From: VALETTE Eric RD-MAPS-REN Reply-To: eric2.valette@francetelecom.com Organization: Frnace Telecom R&D User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve French CC: linux-kernel@vger.kernel.org Subject: Re: CIFS improvements/wider testing needed References: <4381EFF3.8000201@austin.rr.com> <4382032D.4080606@francetelecom.com> <43823CB3.8090303@austin.rr.com> In-Reply-To: <43823CB3.8090303@austin.rr.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Nov 2005 13:57:00.0636 (UTC) FILETIME=[9C3829C0:01C5EF6C] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Steve French wrote: > VALETTE Eric RD-MAPS-REN wrote: > >> Steve French wrote: >> >> >>> Eric, >>> >> >> Well I would be surprised the "cat >> titi" command does any of this >> byte range lock. If the "create and later rewrite the same file" >> sequence fails, with a simple cat command (cat > titi ... ^D; cat >> >> titi), how can it works with complicated applications? >> >> >> > Make sure that you let me know if your cat example works when mounted > with the relatively new "noperm" mount option on the client. At least > then we will know whether we are looking at a problem with access > control on the server (ntfs acls) or client (unix mode bits and the > .permission entry point) Works with the "noperm" mount option. --eric