Skip to content

Commit

Permalink
NFS: add missing spkm3 strings to mount option parser
Browse files Browse the repository at this point in the history
This patch adds previous missing spkm3 string values that are needed
to parse mount options in the kernel.
  • Loading branch information
Olga Kornievskaia authored and Trond Myklebust committed Feb 14, 2008
1 parent 2560665 commit 8d04221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ static match_table_t nfs_secflavor_tokens = {
{ Opt_sec_lkeyi, "lkeyi" },
{ Opt_sec_lkeyp, "lkeyp" },

{ Opt_sec_spkm, "spkm3" },
{ Opt_sec_spkmi, "spkm3i" },
{ Opt_sec_spkmp, "spkm3p" },

{ Opt_sec_err, NULL }
};

Expand Down

0 comments on commit 8d04221

Please sign in to comment.