diff --git a/[refs] b/[refs] index 092e75402c0a..e5745a4f5b9e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00212fef814612245ed0261cbac8426d0c9a31a5 +refs/heads/master: d84a84775bba661d5a3fd06757bbb419381937f3 diff --git a/trunk/include/linux/bio.h b/trunk/include/linux/bio.h index b60ffe32cd21..76bdaeab6f62 100644 --- a/trunk/include/linux/bio.h +++ b/trunk/include/linux/bio.h @@ -47,7 +47,7 @@ #define BIO_BUG_ON #endif -#define BIO_MAX_PAGES (256) +#define BIO_MAX_PAGES 256 #define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT) #define BIO_MAX_SECTORS (BIO_MAX_SIZE >> 9)