projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831058d
)
[PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6]
author
David Howells
<dhowells@redhat.com>
Tue, 29 Aug 2006 18:06:03 +0000
(19:06 +0100)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:32:12 +0000
(20:32 +0200)
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>
fs/afs/file.c
patch
|
blob
|
history
diff --git
a/fs/afs/file.c
b/fs/afs/file.c
index
67d6634
..
0226456
100644
(file)
--- 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,