udf: kill udf_set_blocksize
commitf1f73ba8e9b0eb97f90c6256b94afeb035d97562
authorChristoph Hellwig <hch@lst.de>
Fri, 22 Feb 2008 11:38:02 +0000 (22 12:38 +0100)
committerJan Kara <jack@suse.cz>
Thu, 17 Apr 2008 12:22:23 +0000 (17 14:22 +0200)
tree81c7ae68024cb3ae5a81a9feadc7f10fc6bf7591
parent038f2f725503b55ab76cfd2645915a85594710fe
udf: kill udf_set_blocksize

This helper has been quite useless since sb_min_blocksize was introduced
and is misnamed while we're at it.  Just opencode the few lines in the
caller instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c