aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-08-29 19:06:03 +0100
committerJens Axboe <axboe@nelson.home.kernel.dk>2006-09-30 20:32:12 +0200
commit65e6f5bc8149165efb9d7bdbd142bb837d5edfeb (patch)
tree6da4d9fd5260c007964c2c56cd77bbde452825b2
parent831058dec3735665fe91bd0d37b6a8cf56b91abd (diff)
downloadlinux-65e6f5bc8149165efb9d7bdbd142bb837d5edfeb.tar.gz
[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 67d6634101fdcc..02264560d170d3 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,