Skip to content

Commit e9efd5f

Browse files
chenhanxiaoTrond Myklebust
authored andcommitted
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>
1 parent 11974ee commit e9efd5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nfs/fs_context.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ static int nfs_fs_context_parse_param(struct fs_context *fc,
652652
ctx->fscache_uniq = NULL;
653653
break;
654654
case Opt_fscache:
655+
trace_nfs_mount_assign(param->key, param->string);
655656
ctx->options |= NFS_OPTION_FSCACHE;
656657
kfree(ctx->fscache_uniq);
657658
ctx->fscache_uniq = param->string;

0 commit comments

Comments
 (0)