ローダブル・モジュールのキャラクタ・デバイス static ssize_t h_read(struct file * file, char * buf, size_t count, loff_t *ppos) { unsigned int minor = MINOR(file->f_dentry->d_inode->i_rdev); printk("LKM-hello:read minor=%d¥n", minor); return 0; }