dect
/
linux-2.6
Archived
13
0
Fork 0

mqueue doesn't need make_bad_inode()

It never hashes them anyway and does final iput() immediately
afterwards.  With ->drop_inode() being generic_delete_inode()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2010-05-28 19:06:15 -04:00
parent b8a3c6091a
commit 0abbb609ac
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ static struct inode *mqueue_get_inode(struct super_block *sb,
}
return inode;
out_inode:
make_bad_inode(inode);
iput(inode);
return NULL;
}