Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125760
b: refs/heads/master
c: c765d47
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 5, 2009
1 parent 514de88 commit a0cfb92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7f5ff766a7babd72fc192125e12ef5570effff4c
refs/heads/master: c765d479037808532310212e9b3fa95760e975f2
3 changes: 1 addition & 2 deletions trunk/fs/affs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ struct inode *affs_iget(struct super_block *sb, unsigned long ino)
goto bad_inode;
#else
inode->i_mode |= S_IFDIR;
inode->i_op = NULL;
inode->i_fop = NULL;
/* ... and leave ->i_op and ->i_fop pointing to empty */
break;
#endif
case ST_LINKFILE:
Expand Down

0 comments on commit a0cfb92

Please sign in to comment.