X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=ec69de480ca1baed07c25ee2ead1a89da7a2046e;hp=88df7cbf87a544876c5d519f30a483f65bfe620e;hb=34c03a21c044af07ea3dd9008c154b77107b55fb;hpb=b74076ff1637cb89dbf9ebacbf3703d2dbb431b0 diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 88df7cb..ec69de4 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -192,7 +192,7 @@ struct obd_type { struct brw_page { obd_off off; struct page *pg; - int count; + unsigned int count; obd_flag flag; };