]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - fs/xfs/linux-2.6/xfs_quotaops.c
quota: unify ->get_dqblk
[linux-2.6.git] / fs / xfs / linux-2.6 / xfs_quotaops.c
index 1947514ce1ad05722ec4ebea43219fe64f68037f..3d473f43c9a92e11f2afc2deadefae48138f590b 100644 (file)
@@ -97,7 +97,7 @@ xfs_fs_set_xstate(
 }
 
 STATIC int
-xfs_fs_get_xquota(
+xfs_fs_get_dqblk(
        struct super_block      *sb,
        int                     type,
        qid_t                   id,
@@ -135,6 +135,6 @@ xfs_fs_set_xquota(
 const struct quotactl_ops xfs_quotactl_operations = {
        .get_xstate             = xfs_fs_get_xstate,
        .set_xstate             = xfs_fs_set_xstate,
-       .get_xquota             = xfs_fs_get_xquota,
+       .get_dqblk              = xfs_fs_get_dqblk,
        .set_xquota             = xfs_fs_set_xquota,
 };