lkml.org 
[lkml]   [2005]   [May]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 17 May 2005 05:57:48 +0100
FromAl Viro <>
SubjectRe: [PATCH] Fix root hole in raw device
On Mon, May 16, 2005 at 09:37:48PM -0700, Greg KH wrote:
> @@ -122,7 +122,7 @@
>  {
>  	struct block_device *bdev = filp->private_data;
> 
> -	return ioctl_by_bdev(bdev, command, arg);
> +	return blkdev_ioctl(bdev->bd_inode, filp, command, arg);
>  }

That is not quite correct.  You are passing very odd filp to ->ioctl()...
Old variant gave NULL, which is also not too nice, though.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-17 07:05    [from the cache]
©2003-2008