diff options
Diffstat (limited to 'Documentation/filesystems/autofs-mount-control.rst')
| -rw-r--r-- | Documentation/filesystems/autofs-mount-control.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Documentation/filesystems/autofs-mount-control.rst b/Documentation/filesystems/autofs-mount-control.rst index bf4b511cdbe8..b5a379d25c40 100644 --- a/Documentation/filesystems/autofs-mount-control.rst +++ b/Documentation/filesystems/autofs-mount-control.rst @@ -196,7 +196,7 @@ information and return operation results::  		    struct args_ismountpoint	ismountpoint;  	    }; -	    char path[0]; +	    char path[];      };  The ioctlfd field is a mount point file descriptor of an autofs mount | 
