summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells2006-08-29 20:06:03 +0200
committerJens Axboe2006-09-30 20:32:12 +0200
commit65e6f5bc8149165efb9d7bdbd142bb837d5edfeb (patch)
tree6da4d9fd5260c007964c2c56cd77bbde452825b2
parent[PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6] (diff)
downloadkernel-qcow2-linux-65e6f5bc8149165efb9d7bdbd142bb837d5edfeb.tar.gz
kernel-qcow2-linux-65e6f5bc8149165efb9d7bdbd142bb837d5edfeb.tar.xz
kernel-qcow2-linux-65e6f5bc8149165efb9d7bdbd142bb837d5edfeb.zip
[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]
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>
-rw-r--r--fs/afs/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/afs/file.c b/fs/afs/file.c
index 67d6634101fd..02264560d170 100644
--- a/fs/afs/file.c
+++ b/fs/afs/file.c
@@ -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,