Re: [PATCH] fs: timerfd.c: fix build error

2013-01-18 Thread Al Viro
On Fri, Jan 18, 2013 at 10:52:52PM +0100, Cong Ding wrote: > Invalid number of parentheses if macro COMPAT is defined Thanks; folded. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] fs: timerfd.c: fix build error

2013-01-18 Thread Cong Ding
Invalid number of parentheses if macro COMPAT is defined Signed-off-by: Cong Ding --- fs/timerfd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/timerfd.c b/fs/timerfd.c index 14ad4f3..0e606b1 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -396,7 +396,7 @@

[PATCH] fs: timerfd.c: fix build error

2013-01-18 Thread Cong Ding
Invalid number of parentheses if macro COMPAT is defined Signed-off-by: Cong Ding ding...@gmail.com --- fs/timerfd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/timerfd.c b/fs/timerfd.c index 14ad4f3..0e606b1 100644 --- a/fs/timerfd.c +++ b/fs/timerfd.c @@ -396,7

Re: [PATCH] fs: timerfd.c: fix build error

2013-01-18 Thread Al Viro
On Fri, Jan 18, 2013 at 10:52:52PM +0100, Cong Ding wrote: Invalid number of parentheses if macro COMPAT is defined Thanks; folded. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at