>While debugging a sync mount regression on vfat I noticed that there
>were mount options parsed by the driver that were not documented.
>
>Signed-off-by: Bart Trojanowski <bart@jukie.net>
>Cc:
trivial@kernel.org
>Cc:
hirofumi@mail.parknet.co.jp
>---
> Documentation/filesystems/vfat.txt | 31 +++++++++++++++++++++++++++++--
> 1 files changed, 29 insertions(+), 2 deletions(-)
>
>diff --git a/Documentation/filesystems/vfat.txt b/Documentation/filesystems/vfat.txt
>index bbac4f1..4e26744 100644
>--- a/Documentation/filesystems/vfat.txt
>+++ b/Documentation/filesystems/vfat.txt
>@@ -8,6 +8,14 @@ if you want to format from within Linux.
>
> VFAT MOUNT OPTIONS
> ----------------------------------------------------------------------
>+uid=### -- Explicitly set ownership of all files on this
>+ filesystem to this user ID number. Default is to use
>+ the UID of the mounting process.
>+
>+gid=### -- Explisitly set ownership of all files on thsi