Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4765
b: refs/heads/master
c: 6211502
h: refs/heads/master
i:
  4763: 63bd8b1
v: v3
  • Loading branch information
Dave Kleikamp committed Jul 13, 2005
1 parent 5575c66 commit d83097d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7f24758ac98a506770bc5910d33567610fa3403
refs/heads/master: 6211502d7ee9e515e4458d0c0ebfbb70553dc7de
2 changes: 1 addition & 1 deletion trunk/fs/jfs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ static int can_set_xattr(struct inode *inode, const char *name,
if (IS_RDONLY(inode))
return -EROFS;

if (IS_IMMUTABLE(inode) || IS_APPEND(inode) || S_ISLNK(inode->i_mode))
if (IS_IMMUTABLE(inode) || IS_APPEND(inode))
return -EPERM;

if(strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN) == 0)
Expand Down

0 comments on commit d83097d

Please sign in to comment.