Skip to content

Commit

Permalink
[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]
Browse files Browse the repository at this point in the history
The AFS filesystem no longer needs to override its sync_page() op.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
dhowells authored and Jens Axboe committed Sep 30, 2006
1 parent 831058d commit 65e6f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/afs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct inode_operations afs_file_inode_operations = {

const struct address_space_operations afs_fs_aops = {
.readpage = afs_file_readpage,
.sync_page = block_sync_page,
.set_page_dirty = __set_page_dirty_nobuffers,
.releasepage = afs_file_releasepage,
.invalidatepage = afs_file_invalidatepage,
Expand Down

0 comments on commit 65e6f5b

Please sign in to comment.