]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Convert gfs2 to fs_context
authorAndrew Price <anprice@redhat.com>
Wed, 27 Mar 2019 14:46:00 +0000 (14:46 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Sep 2019 02:47:05 +0000 (22:47 -0400)
commitc15b787566a517840463009053dd03143bd21de3
tree2f21b573593ce4d31b2ce46287554c5924c24555
parent1b2e6d7b3d81dda5c821fc8b9f4fd3bdb75b1e26
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: Andrew Price <anprice@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
cc: cluster-devel@redhat.com
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/gfs2/incore.h
fs/gfs2/ops_fstype.c
fs/gfs2/super.c
fs/gfs2/super.h