]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/super.c
ext4: quota reservation for delayed allocation
[linux-2.6-omap-h63xx.git] / fs / ext4 / super.c
index 41f879497f919662cb1330351161c3218c7993a4..5a238e9c71ce11bcdac25605ad4384ca1319e750 100644 (file)
@@ -943,6 +943,10 @@ static struct dquot_operations ext4_quota_operations = {
        .initialize     = dquot_initialize,
        .drop           = dquot_drop,
        .alloc_space    = dquot_alloc_space,
+       .reserve_space  = dquot_reserve_space,
+       .claim_space    = dquot_claim_space,
+       .release_rsv    = dquot_release_reserved_space,
+       .get_reserved_space = ext4_get_reserved_space,
        .alloc_inode    = dquot_alloc_inode,
        .free_space     = dquot_free_space,
        .free_inode     = dquot_free_inode,