mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
Fixes for loopback files in btrfs
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
6e3b96668e
commit
e9906a9849
2 changed files with 14 additions and 2 deletions
|
@ -861,6 +861,7 @@ struct file_operations btrfs_file_operations = {
|
|||
.llseek = generic_file_llseek,
|
||||
.read = do_sync_read,
|
||||
.aio_read = generic_file_aio_read,
|
||||
.splice_read = generic_file_splice_read,
|
||||
.write = btrfs_file_write,
|
||||
.mmap = btrfs_file_mmap,
|
||||
.open = generic_file_open,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue