From: Ian Kent Date: Fri, 14 Jan 2011 18:46:40 +0000 (+0000) Subject: autofs4: Bump version X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1972580bb4edea3ed6fe273b2ca72f44f10f8c86;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git autofs4: Bump version Increase the autofs module sub-version so we can tell what kernel implementation is being used from user space debug logging. Signed-off-by: Ian Kent Signed-off-by: David Howells Signed-off-by: Al Viro --- diff --git a/include/linux/auto_fs4.h b/include/linux/auto_fs4.h index 8b49ac48a5b7..e02982fa2953 100644 --- a/include/linux/auto_fs4.h +++ b/include/linux/auto_fs4.h @@ -24,7 +24,7 @@ #define AUTOFS_MIN_PROTO_VERSION 3 #define AUTOFS_MAX_PROTO_VERSION 5 -#define AUTOFS_PROTO_SUBVERSION 1 +#define AUTOFS_PROTO_SUBVERSION 2 /* Mask for expire behaviour */ #define AUTOFS_EXP_IMMEDIATE 1