mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
NFS: trace the uniquifier of fscache
Trace the mount option fsc=xxx. Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com> Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
parent
11974eec83
commit
e9efd5fe75
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user