[OpenAFS] Longer volume names than 22 characters.

2009-02-24 Thread Anders Magnusson
I took a quick look in the source code, and found that there are two interesting defines (in volser.h): #define VOLSER_MAXVOLNAME 65 #define VOLSER_OLDMAXVOLNAME 32 So, obviously someone has thought about allowing longer names, but the checks seems to be against the old name length so it

Re: [OpenAFS] Longer volume names than 22 characters.

2009-02-24 Thread Derrick Brashear
On Tue, Feb 24, 2009 at 4:58 AM, Anders Magnusson ra...@ltu.se wrote: I took a quick look in the source code, and found that there are two interesting defines (in volser.h): #define VOLSER_MAXVOLNAME 65 #define VOLSER_OLDMAXVOLNAME 32 So, obviously someone has thought about allowing longer

Re: [OpenAFS] Longer volume names than 22 characters.

2009-02-24 Thread Anders Magnusson
Derrick Brashear wrote: On Tue, Feb 24, 2009 at 4:58 AM, Anders Magnusson ra...@ltu.se wrote: I took a quick look in the source code, and found that there are two interesting defines (in volser.h): #define VOLSER_MAXVOLNAME 65 #define VOLSER_OLDMAXVOLNAME 32 So, obviously someone has