net: vhost: factor out busy polling logic to vhost_net_busy_poll()
[sfrench/cifs-2.6.git] / init / do_mounts_initrd.c
index 5a91aefa7305b441328c613b8a8b10b740338e0d..d1a5d885ce13eb566667b5d32de782c6c4694944 100644 (file)
@@ -1,14 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0
-/*
- * Many of the syscalls used in this file expect some of the arguments
- * to be __user pointers not __kernel pointers.  To limit the sparse
- * noise, turn off sparse checking for this file.
- */
-#ifdef __CHECKER__
-#undef __CHECKER__
-#warning "Sparse checking disabled for this file"
-#endif
-
 #include <linux/unistd.h>
 #include <linux/kernel.h>
 #include <linux/fs.h>