OSDN Git Service

xfs: xfs_kset should be static
authorDave Chinner <dchinner@redhat.com>
Mon, 29 Sep 2014 00:46:08 +0000 (10:46 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 29 Sep 2014 00:46:08 +0000 (10:46 +1000)
commite3aed1a08190c038c4ea41b73ea6f07bc0e3290c
tree2b9eb6ea06405bfd1f978a76575cd9426f106829
parentbf1ed3833078e3bb0ba8cd03468090b9359d0912
xfs: xfs_kset should be static

As it is accessed through the struct xfs_mount and can be set up
entirely from fs/xfs/xfs_super.c

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_mount.c
fs/xfs/xfs_super.c