Whamcloud - gitweb
Change '/' mode from 040700 to 040755
authorfanyong <fanyong>
Wed, 9 Aug 2006 02:38:10 +0000 (02:38 +0000)
committerfanyong <fanyong>
Wed, 9 Aug 2006 02:38:10 +0000 (02:38 +0000)
lustre/utils/mkfs_lustre.c

index 36b3cde..e462514 100644 (file)
@@ -1637,7 +1637,7 @@ static int mkfs_mdt(struct mkfs_opts *mop)
                 goto out_umount;
         }
 
-        ret = ioctl(fd, IAM_IOC_POLYMORPH, 040700);
+        ret = ioctl(fd, IAM_IOC_POLYMORPH, 040755);
         close(fd);
         if (ret) {
                 perror("IAM_IOC_POLYMORPH");