From: Al Viro Date: Fri, 19 Sep 2008 07:08:13 +0000 (-0400) Subject: [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET X-Git-Tag: v2.6.28-rc1~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af3a56e1dd4d95836a47214e5c60d5b749a5501;p=pandora-kernel.git [PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSET We need to do bd_claim() only if file hadn't been opened with O_EXCL and then we have no need to use file itself as owner. Signed-off-by: Al Viro --- Reading git-diff-tree failed