commit | d9ecdea7ed7467db32ec160f4eca46c279255606 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jun 20 21:29:41 2009 +0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 17 21:47:46 2009 +0930 |
tree | d28aaecc9e06af13baa02e6d36a02e7e8fe58fb1 | |
parent | 4eff3cae9c9809720c636e64bc72f212258e0bd5 [diff] |
virtio_blk: ioctl return value fix Block driver ioctl methods must return ENOTTY and not -ENOIOCTLCMD if they expect the block layer to handle generic ioctls. This triggered a BLKROSET failure in xfsqa #200. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>