orangefs: kill struct pvfs2_mount_sb_info_s
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 9 Oct 2015 00:22:43 +0000 (20:22 -0400)
committerMike Marshall <hubcap@omnibond.com>
Fri, 13 Nov 2015 16:39:31 +0000 (11:39 -0500)
commit5c0dbbc64b25fde6a4e29c545ac2296fc5194b3f
tree3cfeb65b34b106a23482b3678afeb14d02e21296
parentb05a7851095c24ff62d5ffeb81baeffe7acd26a2
orangefs: kill struct pvfs2_mount_sb_info_s

The only reason for that thing used to be the API of mount_nodev()
callback;  since we are calling pvfs2_fill_sb() ourselves now,
we don't have to shove everything into a single structure.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/pvfs2-kernel.h
fs/orangefs/super.c