diff options
author | Ian Kent <raven@themaw.net> | 2005-05-01 08:59:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 08:59:17 -0700 |
commit | d46aa455dd5457fdbebad17db4ff4df655cbfbae (patch) | |
tree | 5c392567414e25bbe7a4e9699022431c7d93a075 /include/linux/auto_fs4.h | |
parent | 3a9720ce73c9247e5262922d65e90444ea75eb50 (diff) | |
download | linux-3.10-d46aa455dd5457fdbebad17db4ff4df655cbfbae.tar.gz linux-3.10-d46aa455dd5457fdbebad17db4ff4df655cbfbae.tar.bz2 linux-3.10-d46aa455dd5457fdbebad17db4ff4df655cbfbae.zip |
[PATCH] autofs4: bump version number
Bump autofs4 version so we know what's going on.
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 d1c7b0ec7c2..a1657fb9951 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 5 +#define AUTOFS_PROTO_SUBVERSION 6 /* Mask for expire behaviour */ #define AUTOFS_EXP_IMMEDIATE 1 |