aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2012-08-18 11:38:54 -0400
committerJiri Kosina <jkosina@suse.cz>2012-09-01 13:09:44 -0400
commit1856b225ca1f80446938c9ec4a0b330c1772ec45 (patch)
tree8f649ccacfb4cf4e853237ef42aedb991d3b994b /fs
parent8421ed81df02c99b4c084a4fe0ab28d0056243c0 (diff)
nfs: comment fix
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 8b2a2977b72..120d8e98ee5 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -1590,7 +1590,7 @@ static int nfs_parse_mount_options(char *raw,
1590 1590
1591 /* 1591 /*
1592 * verify that any proto=/mountproto= options match the address 1592 * verify that any proto=/mountproto= options match the address
1593 * familiies in the addr=/mountaddr= options. 1593 * families in the addr=/mountaddr= options.
1594 */ 1594 */
1595 if (protofamily != AF_UNSPEC && 1595 if (protofamily != AF_UNSPEC &&
1596 protofamily != mnt->nfs_server.address.ss_family) 1596 protofamily != mnt->nfs_server.address.ss_family)