mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-linux26-generic-sendfile-20041217
FIXES 16842 enable loop mounting to work. (cherry picked from commit 937ba22002f3bb3dddf45c4906349a48c7601cb7)
This commit is contained in:
parent
dab19bba5c
commit
d846b5cdf7
@ -756,6 +756,9 @@ struct file_operations afs_file_fops = {
|
|||||||
.mmap = afs_linux_mmap,
|
.mmap = afs_linux_mmap,
|
||||||
.open = afs_linux_open,
|
.open = afs_linux_open,
|
||||||
.flush = afs_linux_flush,
|
.flush = afs_linux_flush,
|
||||||
|
#ifdef AFS_LINUX26_ENV
|
||||||
|
.sendfile = generic_file_sendfile,
|
||||||
|
#endif
|
||||||
.release = afs_linux_release,
|
.release = afs_linux_release,
|
||||||
.fsync = afs_linux_fsync,
|
.fsync = afs_linux_fsync,
|
||||||
.lock = afs_linux_lock,
|
.lock = afs_linux_lock,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user