NFS: add missing spkm3 strings to mount option parser

Previous thread: NFS: fix reference counting for NFSv4 callback thread by Linux Kernel Mailing List on Friday, February 15, 2008 - 6:01 pm. (1 message)

Next thread: NFS: missing spaces in KERN_WARNING by Linux Kernel Mailing List on Friday, February 15, 2008 - 6:01 pm. (1 message)
To: <git-commits-head@...>
Date: Friday, February 15, 2008 - 6:01 pm

Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=c...
Commit: 8d042218b075de3cdbe066198515b3521553746e
Parent: 25606656b19a38bbece914c4c67101f674908f49
Author: Olga Kornievskaia <aglo@citi.umich.edu>
AuthorDate: Wed Feb 13 16:47:06 2008 -0500
Committer: Trond Myklebust <Trond.Myklebust@netapp.com>
CommitDate: Wed Feb 13 23:24:08 2008 -0500

NFS: add missing spkm3 strings to mount option parser

This patch adds previous missing spkm3 string values that are needed
to parse mount options in the kernel.
---
fs/nfs/super.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 7f4505f..1fb3818 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -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 }
};

-

Previous thread: NFS: fix reference counting for NFSv4 callback thread by Linux Kernel Mailing List on Friday, February 15, 2008 - 6:01 pm. (1 message)

Next thread: NFS: missing spaces in KERN_WARNING by Linux Kernel Mailing List on Friday, February 15, 2008 - 6:01 pm. (1 message)