diff options
Diffstat (limited to 'fs/quota')
-rw-r--r-- | fs/quota/dquot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index a180b1d1a6c6..b1910c915c90 100644 --- a/fs/quota/dquot.c +++ b/fs/quota/dquot.c | |||
@@ -1643,7 +1643,7 @@ EXPORT_SYMBOL(__dquot_alloc_space); | |||
1643 | /* | 1643 | /* |
1644 | * This operation can block, but only after everything is updated | 1644 | * This operation can block, but only after everything is updated |
1645 | */ | 1645 | */ |
1646 | int dquot_alloc_inode(const struct inode *inode) | 1646 | int dquot_alloc_inode(struct inode *inode) |
1647 | { | 1647 | { |
1648 | int cnt, ret = 0, index; | 1648 | int cnt, ret = 0, index; |
1649 | struct dquot_warn warn[MAXQUOTAS]; | 1649 | struct dquot_warn warn[MAXQUOTAS]; |
@@ -1784,7 +1784,7 @@ EXPORT_SYMBOL(__dquot_free_space); | |||
1784 | /* | 1784 | /* |
1785 | * This operation can block, but only after everything is updated | 1785 | * This operation can block, but only after everything is updated |
1786 | */ | 1786 | */ |
1787 | void dquot_free_inode(const struct inode *inode) | 1787 | void dquot_free_inode(struct inode *inode) |
1788 | { | 1788 | { |
1789 | unsigned int cnt; | 1789 | unsigned int cnt; |
1790 | struct dquot_warn warn[MAXQUOTAS]; | 1790 | struct dquot_warn warn[MAXQUOTAS]; |