diff options
author | Dave Chinner <david@fromorbit.com> | 2014-09-29 10:52:44 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-09-29 10:52:44 +1000 |
commit | bd438f825f7badafe56d117ed906488c8541f95f (patch) | |
tree | fb0b4a989c2b63ff796a15a975cd413c2da61aa1 /fs/xfs/xfs_mount.c | |
parent | 2f43bbd96e43d0b85803f5092be94bbb92d8eac9 (diff) | |
parent | b972d0797180d8414351d9dc8ff65071c692d058 (diff) | |
download | linux-bd438f825f7badafe56d117ed906488c8541f95f.tar.gz |
Merge branch 'xfs-sparse-fixes' into for-next
Diffstat (limited to 'fs/xfs/xfs_mount.c')
-rw-r--r-- | fs/xfs/xfs_mount.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index fbf0384a466f..d36bdbc9eeb2 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c @@ -61,8 +61,6 @@ static DEFINE_MUTEX(xfs_uuid_table_mutex); static int xfs_uuid_table_size; static uuid_t *xfs_uuid_table; -extern struct kset *xfs_kset; - /* * See if the UUID is unique among mounted XFS filesystems. * Mount fails if UUID is nil or a FS with the same UUID is already mounted. @@ -729,7 +727,6 @@ xfs_mountfs( xfs_set_maxicount(mp); - mp->m_kobj.kobject.kset = xfs_kset; error = xfs_sysfs_init(&mp->m_kobj, &xfs_mp_ktype, NULL, mp->m_fsname); if (error) goto out; |