Commit 83cbc1c2 authored by Eric Sandeen's avatar Eric Sandeen Committed by Christoph Hellwig

XFS: change symlink perms to 777

Date:  Tue Sep 10 14:07:19 PDT 2002
Workarea:  jen.americas.sgi.com:/src/lord/xfs-merge.2.5
Author:  sandeen
Merged by:  lord
Merged mods:  2.4.x-xfs:slinx:127049a

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.5.x-xfs


Modid:  2.5.x-xfs:slinx:127049a
linux/fs/xfs/linux/xfs_iops.c - 1.179
	- Merge of 2.4.x-xfs:slinx:127049a by lord.
parent 2933fa4c
......@@ -264,7 +264,7 @@ linvfs_symlink(
bzero(&va, sizeof(va));
va.va_type = VLNK;
va.va_mode = 0777 & ~current->fs->umask;
va.va_mode = S_IRWXUGO;
va.va_mask = AT_TYPE|AT_MODE; /* AT_PROJID? */
error = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment