Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98917
b: refs/heads/master
c: 8b3d356
h: refs/heads/master
i:
  98915: 4d17bfd
v: v3
  • Loading branch information
Octavian Purdila authored and Jens Axboe committed Jul 4, 2008
1 parent 4059868 commit 7e0b8ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c0c0b5b19611ac15eec69043cb5588f6cbfbd7b
refs/heads/master: 8b3d3567f72aa61d5d6f4ce89d289b154e1ea866
1 change: 1 addition & 0 deletions trunk/fs/ramfs/file-mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const struct file_operations ramfs_file_operations = {
.mmap = generic_file_mmap,
.fsync = simple_sync_file,
.splice_read = generic_file_splice_read,
.splice_write = generic_file_splice_write,
.llseek = generic_file_llseek,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/fs/ramfs/file-nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const struct file_operations ramfs_file_operations = {
.aio_write = generic_file_aio_write,
.fsync = simple_sync_file,
.splice_read = generic_file_splice_read,
.splice_write = generic_file_splice_write,
.llseek = generic_file_llseek,
};

Expand Down

0 comments on commit 7e0b8ae

Please sign in to comment.