Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4371155e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: mark xfs_errortag_ktype static

parent 88aa5de4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ static struct attribute *xfs_errortag_attrs[] = {
	NULL,
};

struct kobj_type xfs_errortag_ktype = {
static struct kobj_type xfs_errortag_ktype = {
	.release = xfs_sysfs_release,
	.sysfs_ops = &xfs_errortag_sysfs_ops,
	.default_attrs = xfs_errortag_attrs,