]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/lustre/lustre/osc/osc_cache.c
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
[karo-tx-linux.git] / drivers / staging / lustre / lustre / osc / osc_cache.c
index 4e0a357ed43d739fce16a86391702194e8446de0..5f25bf83dcfc8ac198cbc6274211d364ba0e032f 100644 (file)
@@ -1456,7 +1456,7 @@ static void osc_unreserve_grant(struct client_obd *cli,
  * used, we should return these grants to OST. There're two cases where grants
  * can be lost:
  * 1. truncate;
- * 2. blocksize at OST is less than PAGE_CACHE_SIZE and a partial page was
+ * 2. blocksize at OST is less than PAGE_SIZE and a partial page was
  *    written. In this case OST may use less chunks to serve this partial
  *    write. OSTs don't actually know the page size on the client side. so
  *    clients have to calculate lost grant by the blocksize on the OST.