commit | 6af3a56e1dd4d95836a47214e5c60d5b749a5501 | [log] [tgz] |
---|---|---|
author | Al Viro <al@aretha.pdmi.ras.ru> | Fri Sep 19 03:08:13 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Oct 21 07:49:12 2008 -0400 |
tree | 757b01fe8668783fcf52a4e8fe82c5d8ebbc6b72 | |
parent | 45048d0961cdbf7ddfba906797ad8cb42489e070 [diff] |
[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 <viro@zeniv.linux.org.uk>