···701701702702/**703703 * inode_congested - test whether an inode is congested704704- * @inode: inode to test for congestion704704+ * @inode: inode to test for congestion (may be NULL)705705 * @cong_bits: mask of WB_[a]sync_congested bits to test706706 *707707 * Tests whether @inode is congested. @cong_bits is the mask of congestion···711711 * determined by whether the cgwb (cgroup bdi_writeback) for the blkcg712712 * associated with @inode is congested; otherwise, the root wb's congestion713713 * state is used.714714+ *715715+ * @inode is allowed to be NULL as this function is often called on716716+ * mapping->host which is NULL for the swapper space.714717 */715718int inode_congested(struct inode *inode, int cong_bits)716719{