]> git.neil.brown.name Git - history.git/commit
[PATCH] IDE cleanups (2.5; similar to ones done for other drivers)
authorAlexander Viro <viro@math.psu.edu>
Wed, 4 Sep 2002 10:15:18 +0000 (03:15 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 4 Sep 2002 10:15:18 +0000 (03:15 -0700)
commit99db2bb580fa999dfcefff4ff713f592a3b34153
treed91d5445fe5773de3b82e686f87881b926c4447a
parente42e97d63b46995f3f0d073cae433e4eb87ff5de
[PATCH] IDE cleanups (2.5; similar to ones done for other drivers)

OK, before the next bunch of gendisk merges, here comes a couple
of 2.5 IDE cleanups.

a) exclusion between rereading partition tables and open() is done
in fs/block_dev.c these days, so homegrown one in ide.c is redundant - that
code _never_ blocks now.  Removed, just as it had been done with counterparts
in other drivers.

b) blk_ioctl() calls are done in blkdev_ioctl() now; driver doesn't
need to handle them.  Again, removed as it had been done in all other drivers.
drivers/ide/ide.c
include/linux/ide.h