Loading fs/direct-io.c +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ /* * How many user pages to map in one call to get_user_pages(). This determines * the size of a structure on the stack. * the size of a structure in the slab cache */ #define DIO_PAGES 64 Loading Loading
fs/direct-io.c +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ /* * How many user pages to map in one call to get_user_pages(). This determines * the size of a structure on the stack. * the size of a structure in the slab cache */ #define DIO_PAGES 64 Loading