]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ufs: remove unused ufs_super_block_first pointer
authorChristian Engelmayer <cengelma@gmx.at>
Mon, 7 Apr 2014 22:39:56 +0000 (15:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Apr 2014 23:36:16 +0000 (16:36 -0700)
commit5b51474fd1fbd9e537e8d4b63db45025d80547aa
tree123a6f56e078530893c614ad1e09273f02992a00
parentc1c3cdef720567ee810af73419ee0c7addef60a5
fs/ufs: remove unused ufs_super_block_first pointer

Remove occurences of unused pointers to struct ufs_super_block_first
that were acquired via ubh_get_usb_first().

Detected by Coverity: CID 139929 - CID 139936, CID 139940.

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/balloc.c
fs/ufs/ialloc.c
fs/ufs/super.c