X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_internal.h;h=fba02d0985c18b3d0051f92c120a838a2e97790a;hp=7d2f970b83ac5a2d711068c884416b4225e716b3;hb=4f18e08099e51b682f6acb1cf9fea6d7d45f5fd7;hpb=da18ad5628556cb8eb0bcba786743b2d205a39d9 diff --git a/lustre/osd-ldiskfs/osd_internal.h b/lustre/osd-ldiskfs/osd_internal.h index 7d2f970..fba02d0 100644 --- a/lustre/osd-ldiskfs/osd_internal.h +++ b/lustre/osd-ldiskfs/osd_internal.h @@ -273,8 +273,11 @@ struct osd_device { od_in_init:1, od_index_in_idif:1, /* Other flags */ + od_read_cache:1, + od_writethrough_cache:1, od_nonrotational:1; + __s64 od_auto_scrub_interval; __u32 od_dirent_journal; int od_index; @@ -283,6 +286,7 @@ struct osd_device { spinlock_t od_osfs_lock; + int od_fallocate_zero_blocks; int od_connects; struct lu_site od_site; @@ -301,9 +305,6 @@ struct osd_device { * served bypassing pagecache unless already cached */ unsigned long od_writethrough_max_iosize; - int od_read_cache; - int od_writethrough_cache; - struct brw_stats od_brw_stats; atomic_t od_r_in_flight; atomic_t od_w_in_flight;