login
Header Space

 
 

NFS: add missing spkm3 strings to mount option parser

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
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=commit;h=8d0422...
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 }
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
NFS: add missing spkm3 strings to mount option parser, Linux Kernel Mailing List..., (Fri Feb 15, 6:01 pm)
speck-geostationary