These patches convert gfs2 and gfs2meta to use fs_context.

Tested with xfstests -g quick, a bunch of targeted mount commands to exercise
individual options, and gfs2_grow to test the gfs2meta mount.

v2: Use sget_fc() instead of sget()

Andrew Price (2):
  gfs2: Convert gfs2 to fs_context
  gfs2: Convert gfs2meta to fs_context

 fs/gfs2/incore.h     |  11 +-
 fs/gfs2/ops_fstype.c | 443 +++++++++++++++++++++++++++++++++++++------
 fs/gfs2/super.c      | 335 +-------------------------------
 fs/gfs2/super.h      |   3 +-
 4 files changed, 394 insertions(+), 398 deletions(-)

-- 
2.20.1

Reply via email to