Another bit I forgot: you need something like: int afs_set_page_dirty(struct page *page) { return fscache_set_page_dirty(page, afs_vnode_cache(AFS_FS_I(page->mapping->host))); } and point the set_page_dirty address space op at it. David
Another bit I forgot: you need something like: int afs_set_page_dirty(struct page *page) { return fscache_set_page_dirty(page, afs_vnode_cache(AFS_FS_I(page->mapping->host))); } and point the set_page_dirty address space op at it. David