From: Al Viro Date: Thu, 4 Dec 2008 14:50:55 +0000 (-0500) Subject: affs: do not zero ->i_op X-Git-Tag: v2.6.29-rc1~506^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c765d479037808532310212e9b3fa95760e975f2;p=karo-tx-linux.git affs: do not zero ->i_op it is already set to empty table and should never be NULL Signed-off-by: Al Viro --- diff --git a/fs/affs/inode.c b/fs/affs/inode.c index 415d9c67ac16..3c4ec7d864c4 100644 --- a/fs/affs/inode.c +++ b/fs/affs/inode.c @@ -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: