]> Git Repo - linux.git/blobdiff - fs/proc/array.c
Merge tag 'for-4.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / fs / proc / array.c
index 004077f1a7bfd1c4083665f998390e3586a15506..0ceb3b6b37e7310ed12d8d7f4215efe3b4c8a0a8 100644 (file)
@@ -268,7 +268,7 @@ static inline void task_sig(struct seq_file *m, struct task_struct *p)
        unsigned long flags;
        sigset_t pending, shpending, blocked, ignored, caught;
        int num_threads = 0;
-       unsigned long qsize = 0;
+       unsigned int qsize = 0;
        unsigned long qlim = 0;
 
        sigemptyset(&pending);
This page took 0.038115 seconds and 4 git commands to generate.