mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
nfs: comment fix
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
8421ed81df
commit
1856b225ca
@ -1590,7 +1590,7 @@ static int nfs_parse_mount_options(char *raw,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* verify that any proto=/mountproto= options match the address
|
* 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 &&
|
if (protofamily != AF_UNSPEC &&
|
||||||
protofamily != mnt->nfs_server.address.ss_family)
|
protofamily != mnt->nfs_server.address.ss_family)
|
||||||
|
Loading…
Reference in New Issue
Block a user