Whamcloud - gitweb
Add mkfs functions create_iam and iam_insert for mdt, all the mkfs work can be done...
authorfanyong <fanyong>
Mon, 7 Aug 2006 03:42:50 +0000 (03:42 +0000)
committerfanyong <fanyong>
Mon, 7 Aug 2006 03:42:50 +0000 (03:42 +0000)
lustre/utils/mkfs_lustre.c

index 6d28548..ec7b2d1 100644 (file)
@@ -1327,7 +1327,6 @@ static int create_iam(enum iam_fmt_t fmt, int keysize, int recsize,
                 goto out;
         }
 
-        /* form leaf */
         memset(buf, 0, blocksize);
         if (fmt == FMT_LFIX) {
                 lfix_leaf(buf, blocksize, keysize, ptrsize, recsize);