summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2013-09-18 18:48:33 +0000
committerrdivacky <rdivacky@FreeBSD.org>2013-09-18 18:48:33 +0000
commitfae003a06921a2c437637783cab8833afbf91fa6 (patch)
tree6b3d2ac346ca65cf7f32f6b024423fc04aa79c0c /sys/sys/file.h
parentb320aa22a643ebb0c43c9206e35c936f8a4ffced (diff)
downloadFreeBSD-src-fae003a06921a2c437637783cab8833afbf91fa6.zip
FreeBSD-src-fae003a06921a2c437637783cab8833afbf91fa6.tar.gz
Revert r255672, it has some serious flaws, leaking file references etc.
Approved by: re (delphij)
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index b4c1ad4..7b373f0 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -169,8 +169,6 @@ struct file {
union {
struct cdev_privdata *fvn_cdevpriv;
/* (d) Private data for the cdev. */
- void *fvn_epollpriv;
- /* (d) Private data for the epoll. */
struct fadvise_info *fvn_advice;
} f_vnun;
/*
OpenPOWER on IntegriCloud