Retire b_pblkno which was an alias for a bio field which is for

device drivers only.
This commit is contained in:
Poul-Henning Kamp 2003-10-18 18:17:55 +00:00
parent 0efedd8864
commit 220c6cb3fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121219

View file

@ -114,7 +114,6 @@ struct buf {
#define b_iocmd b_io.bio_cmd
#define b_ioflags b_io.bio_flags
#define b_iooffset b_io.bio_offset
#define b_pblkno b_io.bio_pblkno
#define b_resid b_io.bio_resid
struct buf_ops *b_op;
unsigned b_magic;