Commit 9c91fa36 authored by YueHaibing's avatar YueHaibing Committed by Trond Myklebust
Browse files

NFS: remove unneeded semicolon



remove unneeded semicolon.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent d49dd117
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1592,7 +1592,7 @@ static int nfs_parse_mount_options(char *raw,
					dfprintk(MOUNT, "NFS:   invalid "
							"lookupcache argument\n");
					return 0;
			};
			}
			break;
		case Opt_fscache_uniq:
			if (nfs_get_option_str(args, &mnt->fscache_uniq))
@@ -1625,7 +1625,7 @@ static int nfs_parse_mount_options(char *raw,
				dfprintk(MOUNT, "NFS:	invalid	"
						"local_lock argument\n");
				return 0;
			};
			}
			break;

		/*
@@ -2585,7 +2585,7 @@ static void nfs_get_cache_cookie(struct super_block *sb,
		if (mnt_s->fscache_key) {
			uniq = mnt_s->fscache_key->key.uniquifier;
			ulen = mnt_s->fscache_key->key.uniq_len;
		};
		}
	} else
		return;