diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-08-15 07:54:31 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-08-15 07:54:31 +0000 |
| commit | ca04d21d5fdff6e58af745766024088091fe3d90 (patch) | |
| tree | 72f140bc20e3f03e8744a0112282734ba89f474b /sys/ofed | |
| parent | f0e6364ef88dd1303bc70870f5828b10f0413bd2 (diff) | |
Notes
Diffstat (limited to 'sys/ofed')
| -rw-r--r-- | sys/ofed/include/linux/linux_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ofed/include/linux/linux_compat.c b/sys/ofed/include/linux/linux_compat.c index 95bd6c8d9518..4dbdad92665d 100644 --- a/sys/ofed/include/linux/linux_compat.c +++ b/sys/ofed/include/linux/linux_compat.c @@ -565,6 +565,7 @@ struct fileops linuxfileops = { .fo_ioctl = linux_file_ioctl, .fo_chmod = invfo_chmod, .fo_chown = invfo_chown, + .fo_sendfile = invfo_sendfile, }; /* |
