]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] clean up blkdev_get a little bit
authorChristoph Hellwig <hch@lst.de>
Wed, 5 Nov 2008 13:54:41 +0000 (14:54 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 4 Dec 2008 09:22:56 +0000 (04:22 -0500)
commit14dc0e195a719eeb1224351293d947adaed6acb8
tree72fbb3af072efa57f4d0562b3be512edf280fcf7
parent433a62627ff9d5731d0d0fea4de6bf5b0c3c8b7a
[PATCH] clean up blkdev_get a little bit

The way the bd_claim for the FMODE_EXCL case is implemented is rather
confusing.  Clean it up to the most logical style.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/block_dev.c