[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140521215409.GG12819@moon>
Date: Thu, 22 May 2014 01:54:09 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org, shawn@...rchofgit.com,
akpm@...ux-foundation.org, avagin@...nvz.org, xemul@...allels.com,
vdavydov@...allels.com
Subject: Re: [patch 1/3] timerfd: Implement show_fdinfo method
On Thu, May 22, 2014 at 06:41:57AM +0900, Thomas Gleixner wrote:
>
> Shouldn't this depend on CONFIG_PROCFS?
>
> > static const struct file_operations timerfd_fops = {
> > .release = timerfd_release,
> > .poll = timerfd_poll,
> > .read = timerfd_read,
> > .llseek = noop_llseek,
> > + .show_fdinfo = timerfd_show,
> > };
> >
> > static int timerfd_fget(int fd, struct fd *p)
yeah, good point, thanks! Updated.
View attachment "timerfd-show-fdinfo-4" of type "text/plain" (3186 bytes)
Powered by blists - more mailing lists