diff options
author | Ian Kent <raven@themaw.net> | 2006-03-27 01:14:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-27 08:44:40 -0800 |
commit | f75ba3ade8a4599d67040a9493d75a864e7b329c (patch) | |
tree | d29e400b633dfbce58f80c18667042bb2b52eaeb /include/linux/auto_fs4.h | |
parent | e3474a8eb38e48dea6690d1fabd75f3c7fd2f93f (diff) | |
download | linux-3.10-f75ba3ade8a4599d67040a9493d75a864e7b329c.tar.gz linux-3.10-f75ba3ade8a4599d67040a9493d75a864e7b329c.tar.bz2 linux-3.10-f75ba3ade8a4599d67040a9493d75a864e7b329c.zip |
[PATCH] autofs4: increase module version
Update autofs4 version.
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/auto_fs4.h')
-rw-r--r-- | include/linux/auto_fs4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/auto_fs4.h b/include/linux/auto_fs4.h index 9343c89d843..d998ddcf728 100644 --- a/include/linux/auto_fs4.h +++ b/include/linux/auto_fs4.h @@ -23,7 +23,7 @@ #define AUTOFS_MIN_PROTO_VERSION 3 #define AUTOFS_MAX_PROTO_VERSION 4 -#define AUTOFS_PROTO_SUBVERSION 7 +#define AUTOFS_PROTO_SUBVERSION 10 /* Mask for expire behaviour */ #define AUTOFS_EXP_IMMEDIATE 1 |