X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fstaging%2Flustre%2Flustre%2Finclude%2Flu_object.h;h=242bb1ef62453a3b022cfdbd558a48170aab2dde;hb=9ef11ceb0d380d4c9b43083fd920049aa05d3f8d;hp=b5088b13a3051b902fa450af6be0ae9ba4f61fe9;hpb=266c73b77706f2d05b4a3e70a5bb702ed35431d6;p=deliverable%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) \