patch-2.0.11 linux/include/linux/mtio.h

Next file: linux/include/linux/netdevice.h
Previous file: linux/include/linux/major.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.10/linux/include/linux/mtio.h linux/include/linux/mtio.h
@@ -74,8 +74,8 @@
 	long	mt_gstat;	/* generic (device independent) status */
 	long	mt_erreg;	/* error register */
 	/* The next two fields are not always used */
-	daddr_t	mt_fileno;	/* number of current file on tape */
-	daddr_t	mt_blkno;	/* current block number */
+	__kernel_daddr_t mt_fileno;	/* number of current file on tape */
+	__kernel_daddr_t mt_blkno;	/* current block number */
 };
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov