There is none. Inodes must have superblocks associated to them.
> My goal is to open sd- and an sg- devices in order to do
> ioctl(send_scsi_cmd) on them. As my driver acts as a block device driver
> (layered pseudo block device), there is no sb assigned to it.
>
> What is, according to the current philosophy, the cleanest code-sniplet to
>
> - open
> - ioctl
> - close
>
> an sd-device ?
> an sg-device ?
open it from userspace.
-
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/