On Mon, 22 Oct 2012 15:23:33 +0100 David Howells <dhowells@xxxxxxxxxx> wrote: > Define a constant to hold the marker value seen in an indefinite-length > element. > > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > --- > > include/linux/asn1.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/linux/asn1.h b/include/linux/asn1.h > index 5c3f4e4..eed6982 100644 > --- a/include/linux/asn1.h > +++ b/include/linux/asn1.h > @@ -64,4 +64,6 @@ enum asn1_tag { > ASN1_LONG_TAG = 31 /* Long form tag */ > }; > > +#define ASN1_INDEFINITE_LENGTH 0x80 > + > #endif /* _LINUX_ASN1_H */ > > -- > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Looks fine, though might make more sense to fold this into the next patch since you actually make use of it there. Reviewed-by: Jeff Layton <jlayton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html