Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142217
b: refs/heads/master
c: 04826f4
h: refs/heads/master
i:
  142215: e484eaf
v: v3
  • Loading branch information
Benny Halevy authored and J. Bruce Fields committed Apr 6, 2009
1 parent d4db2df commit 5e76b18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0ad670d7061efad138df19aefe569263c4ea37b
refs/heads/master: 04826f43d4f0a4d56423eb8abb9f2ec9987df5b5
7 changes: 7 additions & 0 deletions trunk/include/linux/nfsd/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ int nfsd_reply_cache_init(void);
void nfsd_reply_cache_shutdown(void);
int nfsd_cache_lookup(struct svc_rqst *, int);
void nfsd_cache_update(struct svc_rqst *, int, __be32 *);

#ifdef CONFIG_NFSD_V4
void nfsd4_set_statp(struct svc_rqst *rqstp, __be32 *statp);
#else /* CONFIG_NFSD_V4 */
static inline void nfsd4_set_statp(struct svc_rqst *rqstp, __be32 *statp)
{
}
#endif /* CONFIG_NFSD_V4 */

#endif /* NFSCACHE_H */

0 comments on commit 5e76b18

Please sign in to comment.