From 4df2b4a465c894c1b2dd6f0eeff6d20557713ea9 Mon Sep 17 00:00:00 2001 From: fanyong Date: Wed, 9 Aug 2006 02:38:10 +0000 Subject: [PATCH] Change '/' mode from 040700 to 040755 --- lustre/utils/mkfs_lustre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/mkfs_lustre.c b/lustre/utils/mkfs_lustre.c index 36b3cde..e462514 100644 --- a/lustre/utils/mkfs_lustre.c +++ b/lustre/utils/mkfs_lustre.c @@ -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"); -- 1.8.3.1