]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/genhd.h
[PATCH] cpusets: dual semaphore locking overhaul
[linux-2.6-omap-h63xx.git] / include / linux / genhd.h
index 142e1c1e06899423948cb1e71d8db34cb33dc437..eabdb5cce357f2770c6b01f2ce4670f8d14e43ce 100644 (file)
@@ -132,6 +132,7 @@ struct gendisk {
 struct disk_attribute {
        struct attribute attr;
        ssize_t (*show)(struct gendisk *, char *);
+       ssize_t (*store)(struct gendisk *, const char *, size_t);
 };
 
 /*