All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Wilcox <matthew@wil.cx>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] hexdigits definition consolidation [RESEND2]
Date: Wed, 05 Oct 2005 22:22:32 +0000	[thread overview]
Message-ID: <20051005222232.GH19437@parisc-linux.org> (raw)
In-Reply-To: <20051005201210.GA27788@masoud.ir>

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

On Thu, Oct 06, 2005 at 01:21:25AM +0400, Alexey Dobriyan wrote:
> > +const char small_digits[] = "0123456789abcdefghijklmnopqrstuvwxyz";
> > +EXPORT_SYMBOL(small_digits);
> > +
> > +const char large_digits[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
> > +EXPORT_SYMBOL(large_digits);
> 
> I guess many people from linux-kernel will shoot us for exporting
> _this_.

I don't see why.  If we want to use it from modules, we need to export
it.

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

  parent reply	other threads:[~2005-10-05 22:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-05 20:12 [KJ] hexdigits definition consolidation [RESEND2] Masoud Sharbiani
2005-10-05 21:21 ` Alexey Dobriyan
2005-10-05 22:22 ` Matthew Wilcox [this message]
2005-10-06 15:42 ` Masoud Sharbiani
2005-10-06 20:28 ` [KJ] hexdigits definition consolidation [RESEND3] Masoud Sharbiani

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051005222232.GH19437@parisc-linux.org \
    --to=matthew@wil.cx \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.