]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/affs/inode.c
affs: do not zero ->i_op
[karo-tx-linux.git] / fs / affs / inode.c
index 415d9c67ac1651b17449614221b81ecda5f431fc..3c4ec7d864c405606f93b8afe0f2963639208e29 100644 (file)
@@ -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: