Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Tue, 24 May 2005 22:04:05 +0000 (22:04 +0000)
committeradilger <adilger>
Tue, 24 May 2005 22:04:05 +0000 (22:04 +0000)
Comment what med_open_lock is locking.

lustre/include/linux/lustre_export.h

index 0b75d4c..012f3c8 100644 (file)
@@ -12,7 +12,7 @@ struct mds_client_data;
 
 struct mds_export_data {
         struct list_head        med_open_head;
-        spinlock_t              med_open_lock;
+        spinlock_t              med_open_lock; /* lock med_open_head, mfd_list*/
         struct mds_client_data *med_mcd;
         loff_t                  med_lr_off;
         int                     med_lr_idx;