[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130401232718.GE21522@ZenIV.linux.org.uk>
Date: Tue, 2 Apr 2013 00:27:18 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Dave Jones <davej@...hat.com>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: Yet another pipe related oops.
On Mon, Apr 01, 2013 at 02:44:36PM -0700, Greg Kroah-Hartman wrote:
> > > I guess you are right, it will not. I guess we need to do what
> > > character devices do and have an "intermediate" fops in order to protect
> > > this. Would that work?
> >
> > You mean, with reassigning ->f_op in ->open()? That'll work, as long as
> > we have exclusion between removal and fetching the sucker in primary
> > ->open()... Where would you prefer to stash fops?
>
> Ick, that's not going to work as the current api just uses a fops and
> debugfs doesn't keep anything else hanging around that referes to
> something "before" that, like 'struct cdev' does.
Er? How about just sticking it into dentry->d_fsdata and letting
debugfs_remove() zero that out? What am I missing here?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists