]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/xfs/xfs_qm_bhv.c
Merge tag 'acpi-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / fs / xfs / xfs_qm_bhv.c
index 3e52d5de7ae1e64dcd62c9faf29d10620ac2fe67..2be6d2735ca9f5d51b610e2f0b7563b64d15d263 100644 (file)
@@ -33,7 +33,7 @@ xfs_fill_statvfs_from_dquot(
        struct kstatfs          *statp,
        struct xfs_dquot        *dqp)
 {
-       __uint64_t              limit;
+       uint64_t                limit;
 
        limit = dqp->q_core.d_blk_softlimit ?
                be64_to_cpu(dqp->q_core.d_blk_softlimit) :