summaryrefslogtreecommitdiffstats
path: root/block/partitions/karma.c
Commit message (Collapse)AuthorAgeFilesLines
* block: Use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-02-181-1/+2
| | | | | | | | | | To increase compiler portability there are several macros defined in <linux/compiler.h> for various gcc __attribute((..)) constructs. I've made sure gcc these specific were replaced with the right macro and an #include <linux/compiler.h> was placed where needed. Signed-off-by: Gideon Israel Dsouza <gidisrael@gmail.com> Signed-off-by: Jens Axboe <axboe@fb.com>
* move fs/partitions to block/Al Viro2012-01-041-0/+57
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>