ceph: quota: add initial infrastructure to support cephfs quotas
[sfrench/cifs-2.6.git] / net / ceph / ceph_common.c
index c15e2699090cfc2c868a8dbf951c814432fe85c5..ffbcc7f5e740aa96e508c314774e2d2a33c41d65 100644 (file)
@@ -80,6 +80,7 @@ const char *ceph_msg_type_name(int type)
        case CEPH_MSG_CLIENT_REPLY: return "client_reply";
        case CEPH_MSG_CLIENT_CAPS: return "client_caps";
        case CEPH_MSG_CLIENT_CAPRELEASE: return "client_cap_release";
+       case CEPH_MSG_CLIENT_QUOTA: return "client_quota";
        case CEPH_MSG_CLIENT_SNAP: return "client_snap";
        case CEPH_MSG_CLIENT_LEASE: return "client_lease";
        case CEPH_MSG_POOLOP_REPLY: return "poolop_reply";