From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: 2.6.27-rc4-git1: Reported regressions from 2.6.26 Date: Wed, 27 Aug 2008 13:45:06 -0700 (PDT) Message-ID: References: Mime-Version: 1.0 Return-path: In-Reply-To: Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Peter Osterlund Cc: "Rafael J. Wysocki" , Alan Cox , Jens Axboe , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Natalie Protasevich , Kernel Testers List On Wed, 27 Aug 2008, Linus Torvalds wrote: > > I also wonder if any other block_ioctl users were converted.. Well, doing git log -p v2.6.26.. -Sunlocked_ioctl and looking for blkdev_ioctl, that does seem to be the only one. So hopefully no other case like this is lurking, although it is possible that non-block areas have similar issues. Linus