Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30193
b: refs/heads/master
c: 9637f28
h: refs/heads/master
i:
  30191: dccc7e8
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jun 26, 2006
1 parent dec407d commit 85b7710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4eb582cf1fbd7b9e5f466e3718a59c957e75254e
refs/heads/master: 9637f28f8b9facff53b00bea6b5d27c9b150b422
8 changes: 1 addition & 7 deletions trunk/fs/reiserfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1560,12 +1560,6 @@ static ssize_t reiserfs_file_write(struct file *file, /* the file we are going t
return res;
}

static ssize_t reiserfs_aio_write(struct kiocb *iocb, const char __user * buf,
size_t count, loff_t pos)
{
return generic_file_aio_write(iocb, buf, count, pos);
}

const struct file_operations reiserfs_file_operations = {
.read = generic_file_read,
.write = reiserfs_file_write,
Expand All @@ -1575,7 +1569,7 @@ const struct file_operations reiserfs_file_operations = {
.fsync = reiserfs_sync_file,
.sendfile = generic_file_sendfile,
.aio_read = generic_file_aio_read,
.aio_write = reiserfs_aio_write,
.aio_write = generic_file_aio_write,
.splice_read = generic_file_splice_read,
.splice_write = generic_file_splice_write,
};
Expand Down

0 comments on commit 85b7710

Please sign in to comment.