mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
linux26-generic-sendfile-20041217
FIXES 16842 enable loop mounting to work.
This commit is contained in:
parent
ae3cbf270f
commit
937ba22002
@ -756,6 +756,9 @@ struct file_operations afs_file_fops = {
|
||||
.mmap = afs_linux_mmap,
|
||||
.open = afs_linux_open,
|
||||
.flush = afs_linux_flush,
|
||||
#ifdef AFS_LINUX26_ENV
|
||||
.sendfile = generic_file_sendfile,
|
||||
#endif
|
||||
.release = afs_linux_release,
|
||||
.fsync = afs_linux_fsync,
|
||||
.lock = afs_linux_lock,
|
||||
|
Loading…
Reference in New Issue
Block a user