Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21328
b: refs/heads/master
c: 4837c67
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed Feb 10, 2006
1 parent 4030cb6 commit 6dc5735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: fa3241d24cf1182b0ffb6e4d412c3bc2a2ab7bf6
refs/heads/master: 4837c672fd4d43c519d6b53308ee68d45b91b872
8 changes: 4 additions & 4 deletions trunk/fs/jfs/jfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ struct inode *ialloc(struct inode *parent, umode_t mode)
jfs_inode->mode2 |= IDIRECTORY;
jfs_inode->mode2 &= ~JFS_DIRSYNC_FL;
}
else if (S_ISLNK(mode))
jfs_inode->mode2 &=
~(JFS_IMMUTABLE_FL|JFS_APPEND_FL);
else
else {
jfs_inode->mode2 |= INLINEEA | ISPARSE;
if (S_ISLNK(mode))
jfs_inode->mode2 &= ~(JFS_IMMUTABLE_FL|JFS_APPEND_FL);
}
jfs_inode->mode2 |= mode;

inode->i_blksize = sb->s_blocksize;
Expand Down

0 comments on commit 6dc5735

Please sign in to comment.