summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2003-06-26 19:37:59 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-06-26 19:37:59 -0700
commit121bed2470d9e8ddeeaa0b9dc2af5561ba07df87 (patch)
treed4a3a6f7a9828dbf945a0e03246f6af40df5daec /include/linux/sunrpc
parentcde3794729b8b7f6100a3b792ece86ceb71a2bba (diff)
[PATCH] Remove path buffer passed around by cache_show routines
this was need for paths, but now we have seq_path...
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/cache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h
index 9e90431beef7..9d4c3eff43b9 100644
--- a/include/linux/sunrpc/cache.h
+++ b/include/linux/sunrpc/cache.h
@@ -80,8 +80,7 @@ struct cache_detail {
int (*cache_show)(struct seq_file *m,
struct cache_detail *cd,
- struct cache_head *h,
- char *pbuf);
+ struct cache_head *h);
/* fields below this comment are for internal use
* and should not be touched by cache owners