[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080522111746.6c78507b@core>
Date: Thu, 22 May 2008 11:17:46 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: mahalcro@...ibm.com, linux-kernel@...r.kernel.org
Subject: BUG: Ecryptfs ioctl handling
Ecryptfs has an ioctl method that checks for the underlying fs ioctl
method and can call down into. Unfortunately however it doesn't check for
an underlying unlocked_ioctl method and call that if present.
Notices while removing the remaining users of ->ioctl from my dev tree.
Really ecryptfs needs its own ->unlocked_ioctl op to call into either
unlocked ioctl below or lock_kernel/ioctl/unlock_kernel below.
Alan
--
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