affs: do not zero ->i_op
it is already set to empty table and should never be NULL Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
7f5ff766a7
commit
c765d47903
1 changed files with 1 additions and 2 deletions
|
@ -119,8 +119,7 @@ struct inode *affs_iget(struct super_block *sb, unsigned long ino)
|
||||||
goto bad_inode;
|
goto bad_inode;
|
||||||
#else
|
#else
|
||||||
inode->i_mode |= S_IFDIR;
|
inode->i_mode |= S_IFDIR;
|
||||||
inode->i_op = NULL;
|
/* ... and leave ->i_op and ->i_fop pointing to empty */
|
||||||
inode->i_fop = NULL;
|
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case ST_LINKFILE:
|
case ST_LINKFILE:
|
||||||
|
|
Loading…
Add table
Reference in a new issue