Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12209
b: refs/heads/master
c: 4750ddb
h: refs/heads/master
i:
  12207: a4e7cb1
v: v3
  • Loading branch information
Christoph Hellwig authored and Nathan Scott committed Nov 2, 2005
1 parent fa8bb94 commit 938d7d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5bde1ba99c8243617277f37897189c799e398baf
refs/heads/master: 4750ddb0ba781006f149fdd87bbe997cb8c07e2e
2 changes: 1 addition & 1 deletion trunk/fs/xfs/support/ktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ktrace_uninit(void)
* number of entries.
*/
ktrace_t *
ktrace_alloc(int nentries, int sleep)
ktrace_alloc(int nentries, unsigned int __nocast sleep)
{
ktrace_t *ktp;
ktrace_entry_t *ktep;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/xfs/support/ktrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ typedef struct ktrace_snap {
extern void ktrace_init(int zentries);
extern void ktrace_uninit(void);

extern ktrace_t *ktrace_alloc(int, int);
extern ktrace_t *ktrace_alloc(int, unsigned int __nocast);
extern void ktrace_free(ktrace_t *);

extern void ktrace_enter(
Expand Down

0 comments on commit 938d7d3

Please sign in to comment.