diff options
Diffstat (limited to 'fs/smb/client/fs_context.h')
| -rw-r--r-- | fs/smb/client/fs_context.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/smb/client/fs_context.h b/fs/smb/client/fs_context.h index f4eaf8558902..21bac6318c07 100644 --- a/fs/smb/client/fs_context.h +++ b/fs/smb/client/fs_context.h @@ -54,6 +54,11 @@ enum cifs_sec_param { Opt_sec_err }; +enum { + Opt_cpu_policy_nearest, + Opt_cpu_policy_affine, +}; + enum cifs_param { /* Mount options that take no arguments */ Opt_user_xattr, @@ -146,6 +151,7 @@ enum cifs_param { Opt_vers, Opt_sec, Opt_cache, + Opt_cpu_policy, /* Mount options to be ignored */ Opt_ignore, @@ -245,6 +251,7 @@ struct smb3_fs_context { unsigned int wsize; unsigned int min_offload; bool sockopt_tcp_nodelay:1; + bool cpu_policy_affine:1; /* attribute cache timemout for files and directories in jiffies */ unsigned long acregmax; unsigned long acdirmax; |
