Re: [PATCH 1/1] posix-timers: Show clock ID in proc file

2013-05-17 Thread Greg KH
On Fri, May 17, 2013 at 08:12:55PM +0400, Pavel Emelyanov wrote: > On 05/17/2013 07:59 PM, Greg KH wrote: > > On Fri, May 17, 2013 at 02:12:03AM +0400, Pavel Tikhomirov wrote: > >> Expand information about posix-timers in /proc//timers by adding > >> info about clock, with which the timer was creat

Re: [PATCH 1/1] posix-timers: Show clock ID in proc file

2013-05-17 Thread Pavel Emelyanov
On 05/17/2013 07:59 PM, Greg KH wrote: > On Fri, May 17, 2013 at 02:12:03AM +0400, Pavel Tikhomirov wrote: >> Expand information about posix-timers in /proc//timers by adding >> info about clock, with which the timer was created. I.e. in the forth >> line of timer info after "notify:" line go "Cloc

Re: [PATCH 1/1] posix-timers: Show clock ID in proc file

2013-05-17 Thread Pavel Emelyanov
On 05/17/2013 02:12 AM, Pavel Tikhomirov wrote: > Expand information about posix-timers in /proc//timers by adding > info about clock, with which the timer was created. I.e. in the forth > line of timer info after "notify:" line go "ClockID: ". > > Signed-off-by: Pavel Tikhomirov Acked-by: Pave

Re: [PATCH 1/1] posix-timers: Show clock ID in proc file

2013-05-17 Thread Greg KH
On Fri, May 17, 2013 at 02:12:03AM +0400, Pavel Tikhomirov wrote: > Expand information about posix-timers in /proc//timers by adding > info about clock, with which the timer was created. I.e. in the forth > line of timer info after "notify:" line go "ClockID: ". > > Signed-off-by: Pavel Tikhomirov

[PATCH 1/1] posix-timers: Show clock ID in proc file

2013-05-17 Thread Pavel Tikhomirov
Expand information about posix-timers in /proc//timers by adding info about clock, with which the timer was created. I.e. in the forth line of timer info after "notify:" line go "ClockID: ". Signed-off-by: Pavel Tikhomirov --- fs/proc/base.c |1 + 1 file changed, 1 insertion(+) diff --git a