Add some comments about the VINUMMINOR macro, which is not for human
consumption.
This commit is contained in:
parent
fc53ed5c93
commit
55ba1edd6e
@ -92,7 +92,12 @@ enum constants {
|
||||
MAXNAME = 64, /* maximum length of any name */
|
||||
|
||||
|
||||
#define VINUMMINOR(v,p,s,t) ( (v << VINUM_VOL_SHIFT) \
|
||||
/*
|
||||
* Define a minor device number.
|
||||
* This is not used directly; instead, it's
|
||||
* called by the other macros.
|
||||
*/
|
||||
#define VINUMMINOR(v,p,s,t) ( (v << VINUM_VOL_SHIFT) \
|
||||
| (p << VINUM_PLEX_SHIFT) \
|
||||
| (s << VINUM_SD_SHIFT) \
|
||||
| (t << VINUM_TYPE_SHIFT) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user