Florin Andrei wrote:
>
> On 02 May 2001 21:23:21 -0500, Russell Cattelan wrote:
>
> > Now how do fix Florin's problem.
> > I suppose we could send him a patch for the 1.0 tree
> > and have him rebuild the kernel?
>
> Yes, please.
--- /usr/tmp/TmpDir.14586-0/linux/drivers/block/DAC960.c_1.24 Thu May 3
20:55:14 2001
+++ /usr/tmp/TmpDir.14586-0/linux/drivers/block/DAC960.c_1.25 Thu May 3
20:55:14 2001
@@ -5104,6 +5104,9 @@
return
put_user(Controller->GenericDiskInfo.part[MINOR(Inode->i_rdev)]
.nr_sects,
(long *) Argument);
+ case BLKBSZSET:
+ /* Set block size. */
+ return blk_ioctl (Inode->i_rdev, Request, Argument);
case BLKRAGET:
/* Get Read-Ahead. */
if ((long *) Argument == NULL) return -EINVAL;
-Eric
--
Eric Sandeen XFS for Linux http://oss.sgi.com/projects/xfs
sandeen@xxxxxxx SGI, Inc.
|