summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/procfs/procfs_vfsops.c')
-rw-r--r--sys/fs/procfs/procfs_vfsops.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/fs/procfs/procfs_vfsops.c b/sys/fs/procfs/procfs_vfsops.c
index ac1ab53..2c22020 100644
--- a/sys/fs/procfs/procfs_vfsops.c
+++ b/sys/fs/procfs/procfs_vfsops.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95
*
- * $Id: procfs_vfsops.c,v 1.25 1998/07/27 22:47:17 alex Exp $
+ * $Id: procfs_vfsops.c,v 1.26 1998/09/07 13:17:01 bde Exp $
*/
/*
@@ -78,11 +78,6 @@ procfs_mount(mp, path, data, ndp, p)
size_t size;
int error;
- if (UIO_MX & (UIO_MX-1)) {
- log(LOG_ERR, "procfs: invalid directory entry size\n");
- return (EINVAL);
- }
-
if (mp->mnt_flag & MNT_UPDATE)
return (EOPNOTSUPP);
OpenPOWER on IntegriCloud