diff options
Diffstat (limited to 'include/linux/quotaops.h')
-rw-r--r-- | include/linux/quotaops.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h index a558a4c1d35a..adcc7ba3accb 100644 --- a/include/linux/quotaops.h +++ b/include/linux/quotaops.h | |||
@@ -26,10 +26,10 @@ int dquot_initialize(struct inode *inode, int type); | |||
26 | int dquot_drop(struct inode *inode); | 26 | int dquot_drop(struct inode *inode); |
27 | 27 | ||
28 | int dquot_alloc_space(struct inode *inode, qsize_t number, int prealloc); | 28 | int dquot_alloc_space(struct inode *inode, qsize_t number, int prealloc); |
29 | int dquot_alloc_inode(const struct inode *inode, unsigned long number); | 29 | int dquot_alloc_inode(const struct inode *inode, qsize_t number); |
30 | 30 | ||
31 | int dquot_free_space(struct inode *inode, qsize_t number); | 31 | int dquot_free_space(struct inode *inode, qsize_t number); |
32 | int dquot_free_inode(const struct inode *inode, unsigned long number); | 32 | int dquot_free_inode(const struct inode *inode, qsize_t number); |
33 | 33 | ||
34 | int dquot_transfer(struct inode *inode, struct iattr *iattr); | 34 | int dquot_transfer(struct inode *inode, struct iattr *iattr); |
35 | int dquot_commit(struct dquot *dquot); | 35 | int dquot_commit(struct dquot *dquot); |