xfs: per-filesystem stats counter implementation
[deliverable/linux.git] / fs / xfs / xfs_ioctl.c
index ea7d85af53101f25ed0d1b9598edae5c8af77bcc..b67a130134fbd60334b25c41e508532201755788 100644 (file)
@@ -1028,7 +1028,7 @@ xfs_ioctl_setattr_xflags(
        xfs_diflags_to_linux(ip);
        xfs_trans_ichgtime(tp, ip, XFS_ICHGTIME_CHG);
        xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
-       XFS_STATS_INC(xs_ig_attrchg);
+       XFS_STATS_INC(mp, xs_ig_attrchg);
        return 0;
 }
 
This page took 0.026593 seconds and 5 git commands to generate.