mqueue doesn't need make_bad_inode()
[safe/jmp/linux-2.6] / ipc / mqueue.c
index 5108232..c93fd3f 100644 (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;
 }