diff options
| author | Anton Blanchard <anton@samba.org> | 2002-10-17 10:21:54 +1000 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2002-10-17 10:21:54 +1000 |
| commit | 58393eab3cc787867e485aa30095945a2d84df27 (patch) | |
| tree | b5cbb90dc2b87c8f3fa0172f2ff1a593042081c5 /include/linux/vcache.h | |
| parent | 3e2f09be0f201c3bb82fa7e039a18c84080380c7 (diff) | |
| parent | 67bb51b9c7ccf1dbda676d3fb60380d5ffea2dec (diff) | |
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/linux-2.5_ppc64_work
Diffstat (limited to 'include/linux/vcache.h')
| -rw-r--r-- | include/linux/vcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/vcache.h b/include/linux/vcache.h index d5756643332c..5708fe6a908a 100644 --- a/include/linux/vcache.h +++ b/include/linux/vcache.h @@ -18,7 +18,7 @@ extern void __attach_vcache(vcache_t *vcache, struct mm_struct *mm, void (*callback)(struct vcache_s *data, struct page *new_page)); -extern void detach_vcache(vcache_t *vcache); +extern void __detach_vcache(vcache_t *vcache); extern void invalidate_vcache(unsigned long address, struct mm_struct *mm, struct page *new_page); |
