X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosc%2Fosc_cl_internal.h;h=2eff97d0a8c8d098374458d24d0657eda5cd00ad;hp=6ed4179fb4920f5e65a6257203c64632c55aaefa;hb=34c03a21c044af07ea3dd9008c154b77107b55fb;hpb=b74076ff1637cb89dbf9ebacbf3703d2dbb431b0 diff --git a/lustre/osc/osc_cl_internal.h b/lustre/osc/osc_cl_internal.h index 6ed4179..2eff97d 100644 --- a/lustre/osc/osc_cl_internal.h +++ b/lustre/osc/osc_cl_internal.h @@ -68,7 +68,7 @@ struct osc_io { /** true if this io is lockless. */ int oi_lockless; /** how many LRU pages are reserved for this IO */ - int oi_lru_reserved; + unsigned long oi_lru_reserved; /** active extents, we know how many bytes is going to be written, * so having an active extent will prevent it from being fragmented */