diff options
Diffstat (limited to 'xlators/mount/fuse/utils/mount.glusterfs.in')
| -rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in index acdbca3467f..6c4cdfed062 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -595,7 +595,7 @@ main ()          ## `mount` specifies options as a last argument          shift 2;      fi -    while getopts "Vo:hn" opt; do +    while getopts "Vo:hns" opt; do          case "${opt}" in              o)                  parse_options ${OPTARG}; @@ -603,6 +603,9 @@ main ()                  ;;              n)                  ;; +            s) +                # accept+ignore sloppy mount, passed by autofs +                ;;              V)                  ${cmd_line} -V;                  exit 0;  | 
