Commit e9efd5fe authored by Chen Hanxiao's avatar Chen Hanxiao Committed by Trond Myklebust
Browse files

NFS: trace the uniquifier of fscache



Trace the mount option fsc=xxx.

Signed-off-by: default avatarChen Hanxiao <chenhx.fnst@fujitsu.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 11974eec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -652,6 +652,7 @@ static int nfs_fs_context_parse_param(struct fs_context *fc,
		ctx->fscache_uniq = NULL;
		break;
	case Opt_fscache:
		trace_nfs_mount_assign(param->key, param->string);
		ctx->options |= NFS_OPTION_FSCACHE;
		kfree(ctx->fscache_uniq);
		ctx->fscache_uniq = param->string;