[PATCH v4 2/9] epoll: Specify clockid explicitly

2015-03-09 Thread Fam Zheng
Later we will add clockid in the interface, so let's start using explicit clockid internally. Now we specify CLOCK_MONOTONIC, which is the same as before. Signed-off-by: Fam Zheng --- fs/eventpoll.c | 29 + 1 file changed, 17 insertions(+), 12 deletions(-) diff

[PATCH v4 2/9] epoll: Specify clockid explicitly

2015-03-09 Thread Fam Zheng
Later we will add clockid in the interface, so let's start using explicit clockid internally. Now we specify CLOCK_MONOTONIC, which is the same as before. Signed-off-by: Fam Zheng f...@redhat.com --- fs/eventpoll.c | 29 + 1 file changed, 17 insertions(+), 12