diff --git a/[refs] b/[refs] index 08a0fdc6b03e..a54a9d03b1a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb28be2b4c0a0608e54f0a8fc237372c674eb7d0 +refs/heads/master: cde1ecb3247f67c167918ea6326159209996fd54 diff --git a/trunk/fs/direct-io.c b/trunk/fs/direct-io.c index 02ccf766903c..c1e03ae961af 100644 --- a/trunk/fs/direct-io.c +++ b/trunk/fs/direct-io.c @@ -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