> +static int > +xfs_ioctl_fs_counts( > + struct xfs_mount *mp, > + struct xfs_fsop_counts *uarg) FYI, the buildbot (rightly) complained about a missing __user annotation for sparse here.
> +static int > +xfs_ioctl_fs_counts( > + struct xfs_mount *mp, > + struct xfs_fsop_counts *uarg) FYI, the buildbot (rightly) complained about a missing __user annotation for sparse here.