Commit 1856b225 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jiri Kosina
Browse files

nfs: comment fix



Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 8421ed81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1590,7 +1590,7 @@ static int nfs_parse_mount_options(char *raw,

	/*
	 * verify that any proto=/mountproto= options match the address
	 * familiies in the addr=/mountaddr= options.
	 * families in the addr=/mountaddr= options.
	 */
	if (protofamily != AF_UNSPEC &&
	    protofamily != mnt->nfs_server.address.ss_family)