Whamcloud - gitweb
r=shaver
[fs/lustre-release.git] / lustre / include / linux / obd.h
index 8c85be5..2c5155e 100644 (file)
@@ -111,6 +111,7 @@ struct obd_async_page_ops {
 
 struct obd_sync_io_container {
         spinlock_t      osic_lock;
+        atomic_t        osic_refcount;
         int             osic_pending;
         int             osic_rc;
         wait_queue_head_t osic_waitq;