Whamcloud - gitweb
- missed bit from test 41 debugging
authoralex <alex>
Sat, 24 Sep 2005 00:21:24 +0000 (00:21 +0000)
committeralex <alex>
Sat, 24 Sep 2005 00:21:24 +0000 (00:21 +0000)
lustre/include/linux/obd.h
lustre/mds/handler.c

index a401829..d6dd380 100644 (file)
@@ -478,6 +478,7 @@ struct mds_obd {
         int                              mds_capa_key_idx;  /* the red key index */
         struct file                     *mds_capa_keys_filp;
         unsigned long                    mds_capa_key_timeout; /* sec */
+        unsigned                         mds_config_generation;
 };
 
 struct echo_obd {
index 0292710..7dadf25 100644 (file)
@@ -1474,8 +1474,8 @@ int mds_getattr_size(struct obd_device *obd, struct dentry *dentry,
                 RETURN(0);
         }
 
-       if (mds->mds_config_generation)
-               return 0;
+        /*if (mds->mds_config_generation)
+                return 0;*/
 
         if (atomic_read(&inode->i_writecount)) {
                 /* some one has opened the file for write.