Re: [patch 1/1] selinux: do not clear f_op when removing entries

2007-11-21 Thread James Morris
On Wed, 21 Nov 2007, Stephen Smalley wrote: > Do not clear f_op when removing entries since it isn't safe to do. > > Signed-off-by: Stephen Smalley <[EMAIL PROTECTED]> Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6.git#for-akpm -- James Morris <[EMAIL PROTECTED]

Re: [patch 1/1] selinux: do not clear f_op when removing entries

2007-11-21 Thread Christoph Hellwig
On Wed, Nov 21, 2007 at 09:01:36AM -0500, Stephen Smalley wrote: > Do not clear f_op when removing entries since it isn't safe to do. If this is still safe for selinux I'm fine with it. It also gets rid of one of them few remaining s_files users which is always good. Btw, after this patch we sho