patch-1.3.28 linux/fs/block_dev.c
Next file: linux/fs/buffer.c
Previous file: linux/fs/binfmt_elf.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 18 08:54:10 1995
- Orig file:
v1.3.27/linux/fs/block_dev.c
- Orig date:
Wed Aug 2 13:21:15 1995
diff -u --recursive --new-file v1.3.27/linux/fs/block_dev.c linux/fs/block_dev.c
@@ -31,7 +31,7 @@
struct buffer_head * bhlist[NBUF];
int blocks_per_cluster;
unsigned int size;
- unsigned int dev;
+ kdev_t dev;
struct buffer_head * bh, *bufferlist[NBUF];
register char * p;
int excess;
@@ -172,7 +172,7 @@
struct buffer_head * bhreq[NBUF];
unsigned int chars;
loff_t size;
- unsigned int dev;
+ kdev_t dev;
int read;
int excess;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this