From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757409Ab2IDP7A (ORCPT ); Tue, 4 Sep 2012 11:59:00 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:35521 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757310Ab2IDP65 (ORCPT ); Tue, 4 Sep 2012 11:58:57 -0400 From: Namjae Jeon To: hirofumi@mail.parknet.co.jp, akpm@linux-foundation.org, bfields@fieldses.org, viro@zeniv.linux.org.uk Cc: linux-kernel@vger.kernel.org, Namjae Jeon , Namjae Jeon , Ravishankar N , Amit Sahrawat Subject: [PATCH v2 5/5] Documentation: update nfs option in filesystem/vfat.txt Date: Wed, 5 Sep 2012 00:58:48 +0900 Message-Id: <1346774328-8180-1-git-send-email-linkinjeon@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Namjae Jeon update nfs option in filesystem/vfat.txt Signed-off-by: Namjae Jeon Signed-off-by: Ravishankar N Signed-off-by: Amit Sahrawat --- Documentation/filesystems/vfat.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/filesystems/vfat.txt b/Documentation/filesystems/vfat.txt index de1e6c4..b9405aa 100644 --- a/Documentation/filesystems/vfat.txt +++ b/Documentation/filesystems/vfat.txt @@ -143,7 +143,8 @@ discard -- If set, issues discard/TRIM commands to the block nfs -- This option maintains an index (cache) of directory inodes by i_logstart which is used by the nfs-related code to - improve look-ups. + improve look-ups. And rebuild inode after reading + directory entry from disk cluster if look-up fail. Enable this only if you want to export the FAT filesystem over NFS -- 1.7.9.5