diff options
Diffstat (limited to 'include/linux/quotaops.h')
-rw-r--r-- | include/linux/quotaops.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h index a5ebd1abccd..93ac788345e 100644 --- a/include/linux/quotaops.h +++ b/include/linux/quotaops.h | |||
@@ -48,6 +48,8 @@ int dquot_release(struct dquot *dquot); | |||
48 | int dquot_commit_info(struct super_block *sb, int type); | 48 | int dquot_commit_info(struct super_block *sb, int type); |
49 | int dquot_mark_dquot_dirty(struct dquot *dquot); | 49 | int dquot_mark_dquot_dirty(struct dquot *dquot); |
50 | 50 | ||
51 | int dquot_file_open(struct inode *inode, struct file *file); | ||
52 | |||
51 | int vfs_quota_on(struct super_block *sb, int type, int format_id, | 53 | int vfs_quota_on(struct super_block *sb, int type, int format_id, |
52 | char *path, int remount); | 54 | char *path, int remount); |
53 | int vfs_quota_enable(struct inode *inode, int type, int format_id, | 55 | int vfs_quota_enable(struct inode *inode, int type, int format_id, |
@@ -342,4 +344,6 @@ static inline void dquot_release_reservation_block(struct inode *inode, | |||
342 | __dquot_free_space(inode, nr << inode->i_blkbits, 1); | 344 | __dquot_free_space(inode, nr << inode->i_blkbits, 1); |
343 | } | 345 | } |
344 | 346 | ||
347 | #define dquot_file_open generic_file_open | ||
348 | |||
345 | #endif /* _LINUX_QUOTAOPS_ */ | 349 | #endif /* _LINUX_QUOTAOPS_ */ |