[GFS2] unneeded typecast
authorDenis Cheng <crquan@gmail.com>
Sat, 11 Aug 2007 02:27:08 +0000 (10:27 +0800)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:55:17 +0000 (08:55 +0100)
commit2d3ba1ea97d839e60d742ccf9a6de5bf039c0b53
treef38ce5bb0c71a5176d02a99646029ff9c01ad417
parentadb4ec13cdddb6ab8280e4c7808ba30f46504e1d
[GFS2] unneeded typecast

sb->s_fs_info is a void pointer, thus the type cast is not needed.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_fstype.c