struct kobj _ type { void (*release)(struct kobject *); struct sysfs _ ops * sysfs _ ops; struct attribute ** default _ attrs; };函數
結構體中使用了函數指針release,個人理解是指向只有一個參數struct kobject *的函數。指針