Skip to content
Commit 1f52aa08 authored by Andrew Price's avatar Andrew Price Committed by Al Viro
Browse files

gfs2: Convert gfs2 to fs_context



Convert gfs2 and gfs2meta to fs_context. Removes the duplicated vfs code
from gfs2_mount and instead uses the new vfs_get_block_super() before
switching the ->root to the appropriate dentry.

The mount option parsing has been converted to the new API and error
reporting for invalid options has been made more precise at the same
time.

All of the mount/remount code has been moved into ops_fstype.c

Signed-off-by: default avatarAndrew Price <anprice@redhat.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
cc: cluster-devel@redhat.com
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d2e0981c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment