fs/ufs: remove unused ufs_super_block_third pointer
authorChristian Engelmayer <cengelma@gmx.at>
Mon, 7 Apr 2014 22:39:57 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:16 +0000 (16:36 -0700)
commitfe4487d18fe88d7616628d2512ef0799e1bb697e
treedd4e282faf68b9846eb7e3d50aff29df4476d532
parent48968a112cdf992d52c949a26c0020943c2268b1
fs/ufs: remove unused ufs_super_block_third pointer

Pointer 'usb3' to struct ufs_super_block_third acquired via
ubh_get_usb_third() is never used in function
ufs_read_cylinder_structures().  Thus remove it.

Detected by Coverity: CID 139939.

Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Cc: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ufs/super.c