X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fstaging%2Flustre%2Flustre%2Finclude%2Flu_object.h;h=242bb1ef62453a3b022cfdbd558a48170aab2dde;hb=1a59c53920eed3b2718c07286f1afe8674a7d9e6;hp=b5088b13a3051b902fa450af6be0ae9ba4f61fe9;hpb=d34687ab97731b3a707106f78756342b61f46dbc;p=cascardo%2Flinux.git diff --git a/drivers/staging/lustre/lustre/include/lu_object.h b/drivers/staging/lustre/lustre/include/lu_object.h index b5088b13a305..242bb1ef6245 100644 --- a/drivers/staging/lustre/lustre/include/lu_object.h +++ b/drivers/staging/lustre/lustre/include/lu_object.h @@ -1118,7 +1118,7 @@ struct lu_context_key { { \ type *value; \ \ - CLASSERT(PAGE_CACHE_SIZE >= sizeof (*value)); \ + CLASSERT(PAGE_SIZE >= sizeof (*value)); \ \ value = kzalloc(sizeof(*value), GFP_NOFS); \ if (!value) \