X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=fs%2Fproc%2Fbase.c;h=c3834dad09b3bce4dccec2180478d852ffddb70d;hb=262fd6ff408dd6b89831a8ea14c2abd59452cfdd;hp=dd51e50001fe7aff4e51ffac502d39158ae5581d;hpb=80ce5f6f25bea86f4fbfb9c19c09e43ccac90bfd;p=sfrench%2Fcifs-2.6.git diff --git a/fs/proc/base.c b/fs/proc/base.c index dd51e50001fe..c3834dad09b3 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -2118,6 +2118,7 @@ static int show_timer(struct seq_file *m, void *v) nstr[notify & ~SIGEV_THREAD_ID], (notify & SIGEV_THREAD_ID) ? "tid" : "pid", pid_nr_ns(timer->it_pid, tp->ns)); + seq_printf(m, "ClockID: %d\n", timer->it_clock); return 0; }