From patchwork Fri May 27 08:25:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Shilovsky X-Patchwork-Id: 823262 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p4R8Qiq0005029 for ; Fri, 27 May 2011 08:26:44 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755949Ab1E0I0n (ORCPT ); Fri, 27 May 2011 04:26:43 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:60852 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491Ab1E0I0m (ORCPT ); Fri, 27 May 2011 04:26:42 -0400 Received: by bwz15 with SMTP id 15so1086637bwz.19 for ; Fri, 27 May 2011 01:26:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:subject:date:message-id:x-mailer; bh=jypD9rV2VmNtw3WSz2dq6T7qtrUpoMg9M5eIf6QoPoo=; b=F+fLBF8tRa3S7HtT/D73uvSj5h8C/xw/edchYqBR7TOOdHWqBb/pgaVJh1j3qnwofx IeXw395W4ZzCaugiBxEcZeOvV9xXEG/5XRtJTqlzeESfiBxdv26rTm6AQL+fJj4K+vPO SqR850HjUNS0TD1MKmjx39GaGjkhoZJLWMwzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer; b=UuC9vVwtZ0W3PQ9tS5Hwh5/IUnHq0XrX6YUW57eZjvZ/G1WM41Nodg7oORVx4xiQyJ LFmuMZBibtTlUmD4gaAjZwjc1hLPJDefF44Lao8QI3o9xghSmbYgc58W3pFuQUnTqYGk kz2KklpfpXDTkuKw1NezqU06b63WN8+2DyQxU= Received: by 10.204.81.210 with SMTP id y18mr1389505bkk.175.1306484801163; Fri, 27 May 2011 01:26:41 -0700 (PDT) Received: from localhost.localdomain (PPPoE-78-29-101-206.san.ru [78.29.101.206]) by mx.google.com with ESMTPS id l24sm1080180bkw.3.2011.05.27.01.26.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2011 01:26:40 -0700 (PDT) From: Pavel Shilovsky To: linux-cifs@vger.kernel.org Subject: [PATCH] manpage: add entry for rwpidforward option Date: Fri, 27 May 2011 12:25:24 +0400 Message-Id: <1306484724-8648-1-git-send-email-piastry@etersoft.ru> X-Mailer: git-send-email 1.7.1 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Fri, 27 May 2011 08:26:44 +0000 (UTC) Signed-off-by: Pavel Shilovsky --- mount.cifs.8 | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/mount.cifs.8 b/mount.cifs.8 index dbfa13c..d58135c 100644 --- a/mount.cifs.8 +++ b/mount.cifs.8 @@ -225,6 +225,11 @@ strictcache Use for switching on strict cache mode\&. In this mode the client reads from the cache all the time it has Oplock Level II, otherwise - read from the server\&. As for write - the client stores a data in the cache in Exclusive Oplock case, otherwise - write directly to the server\&. .RE .PP +rwpidforward +.RS 4 +Forward pid of a process who opened a file to any read or write operation on that file\&. This prevent applications like WINE from failing on read and write if we use mandatory brlock style\&. +.RE +.PP mapchars .RS 4 Translate six of the seven reserved characters (not backslash, but including the colon, question mark, pipe, asterik, greater than and less than characters) to the remap range (above 0xF000), which also allows the CIFS client to recognize files created with such characters by Windows\'s POSIX emulation\&. This can also be useful when mounting to most versions of Samba (which also forbids creating and opening files whose names contain any of these seven characters)\&. This has no effect if the server does not support Unicode on the wire\&. Please note that the files created with mapchars mount option may not be accessible if the share is mounted without that option\&.