diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-30 19:06:08 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-30 19:06:08 -0800 |
| commit | f0b5672d9f37f04e249cb3378bb79a69bc6c58fd (patch) | |
| tree | e4292e1b30f897c3806b2157571e33b0e9b192a1 /include/linux/sunrpc/cache.h | |
| parent | 1836ce84119574e86e8e806f38f479d8a66d482c (diff) | |
| parent | 307187272683f0794a25f971df938fadd069c43f (diff) | |
Merge http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux
Diffstat (limited to 'include/linux/sunrpc/cache.h')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 3d37e47dd968..74e53a04907e 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h @@ -244,7 +244,7 @@ static inline struct cache_head *cache_get(struct cache_head *h) } -static int inline cache_put(struct cache_head *h, struct cache_detail *cd) +static inline int cache_put(struct cache_head *h, struct cache_detail *cd) { atomic_dec(&h->refcnt); if (!atomic_read(&h->refcnt) && |
