Skip to content

Commit

Permalink
autofs4: Bump version
Browse files Browse the repository at this point in the history
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 <raven@themaw.net>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Ian Kent authored and Al Viro committed Jan 16, 2011
1 parent dd89f90 commit 1972580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/auto_fs4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1972580

Please sign in to comment.