Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | block: Use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | |
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> | |||
2012-01-03 | move fs/partitions to block/ | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |