aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/devfs
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-09-22 16:20:47 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-09-22 16:20:47 +0000
commit9696feebe2320c9976607df4090f91a34c6549c3 (patch)
tree1934338f5bf1e12f3ce97b74e9e403dcf5a32bc8 /sys/fs/devfs
parent447666f08b3bcb4cd9662c3ed0bd388170a0a30d (diff)
Notes
Diffstat (limited to 'sys/fs/devfs')
-rw-r--r--sys/fs/devfs/devfs_vnops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c
index 1e3f5e844864e..d0aabefe80a93 100644
--- a/sys/fs/devfs/devfs_vnops.c
+++ b/sys/fs/devfs/devfs_vnops.c
@@ -1700,6 +1700,7 @@ static struct fileops devfs_ops_f = {
.fo_chown = vn_chown,
.fo_sendfile = vn_sendfile,
.fo_seek = vn_seek,
+ .fo_fill_kinfo = vn_fill_kinfo,
.fo_flags = DFLAG_PASSABLE | DFLAG_SEEKABLE
};