Re: question on comment in fs.h

2001-02-10 Thread Jens Axboe
On Sat, Feb 10 2001, LA Walsh wrote: > Excuse my ignorance, but in file include/linux/fs.h, 2.4.x source > in the struct buffer_head, there is a member: > unsigned short b_size; /* block size */ > later there is a member: > char * b_data; /* pointer to dat

question on comment in fs.h

2001-02-10 Thread LA Walsh
Excuse my ignorance, but in file include/linux/fs.h, 2.4.x source in the struct buffer_head, there is a member: unsigned short b_size; /* block size */ later there is a member: char * b_data; /* pointer to data block (512 byte) */ Is the "(512 byte)"