Results 1 to 1 of 1
Hello everyone, I am try to programme a simple ramdisk, with
static struct block_device_operations srd_bd_ops = {
open: &srd_open,
ioctl: &srd_ioctl,
release: &srd_release,
};
Can anyone tell me what is ...
- 01-26-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 1
Simple ramdisk
Hello everyone, I am try to programme a simple ramdisk, with
static struct block_device_operations srd_bd_ops = {
open: &srd_open,
ioctl: &srd_ioctl,
release: &srd_release,
};
Can anyone tell me what is open, ioctl and realease actually do?


Reply With Quote