Whamcloud - gitweb
- typo from merging
authoralex <alex>
Sat, 6 Aug 2005 12:15:46 +0000 (12:15 +0000)
committeralex <alex>
Sat, 6 Aug 2005 12:15:46 +0000 (12:15 +0000)
lustre/mds/mds_open.c

index 4bf8e6e..5c7fdef 100644 (file)
@@ -1031,7 +1031,8 @@ restart:
                        dparent->d_inode->i_ino, rc);
                 GOTO(cleanup, rc);
         }
-                       /* try to retrieve MEA data for this dir */
+
+        /* try to retrieve MEA data for this dir */
         rc = mds_md_get_attr(obd, dparent->d_inode, &mea, &mea_size);
         if (rc)
                 GOTO(cleanup, rc);