aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/support/ktrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/support/ktrace.c')
-rw-r--r--fs/xfs/support/ktrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/support/ktrace.c b/fs/xfs/support/ktrace.c
index 0ebb872d7da8..841aa4c15b8a 100644
--- a/fs/xfs/support/ktrace.c
+++ b/fs/xfs/support/ktrace.c
@@ -50,7 +50,7 @@ ktrace_uninit(void)
50 * number of entries. 50 * number of entries.
51 */ 51 */
52ktrace_t * 52ktrace_t *
53ktrace_alloc(int nentries, int sleep) 53ktrace_alloc(int nentries, unsigned int __nocast sleep)
54{ 54{
55 ktrace_t *ktp; 55 ktrace_t *ktp;
56 ktrace_entry_t *ktep; 56 ktrace_entry_t *ktep;