Whamcloud - gitweb
LU-812 replace get_sb with mount in struct file_system_type
authorJames Simmons <uja.ornl@gmail.com>
Tue, 24 Jul 2012 14:39:22 +0000 (10:39 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 10 Nov 2012 04:43:33 +0000 (23:43 -0500)
commitb68425415c7ea12ec3ba3c05be892ff86c60deeb
treebf4061fd01db807acf28bddfae44eae245175407
parent2547f1b4193abf4a7511272e59413419d5789b6f
LU-812 replace get_sb with mount in struct file_system_type

get_sb() has been removed from struct file_system_type since
2.6.39 and switched to mount().

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Signed-off-by: Wally Wang <wang@cray.com>
Signed-off-by: Bob Glossman <bogl@whamcloud.com>
Change-Id: I6b0762828b26f065732f7f0c528e0b20d41cb710
Reviewed-on: http://review.whamcloud.com/3661
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/llite/llite_lib.c
lustre/obdclass/obd_mount.c