patch-2.3.43 linux/fs/autofs4/inode.c

Next file: linux/fs/autofs4/waitq.c
Previous file: linux/fs/autofs4/autofs_i.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/fs/autofs4/inode.c linux/fs/autofs4/inode.c
@@ -140,7 +140,8 @@
 	*gid = current->gid;
 	*pgrp = current->pgrp;
 
-	*minproto = *maxproto = AUTOFS_MAX_PROTO_VERSION;
+	*minproto = AUTOFS_MIN_PROTO_VERSION;
+	*maxproto = AUTOFS_MAX_PROTO_VERSION;
 
 	*pipefd = -1;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)