|
|
|
@ -1187,7 +1187,7 @@ static int ext4_release_dquot(struct dquot *dquot); |
|
|
|
|
static int ext4_mark_dquot_dirty(struct dquot *dquot); |
|
|
|
|
static int ext4_write_info(struct super_block *sb, int type); |
|
|
|
|
static int ext4_quota_on(struct super_block *sb, int type, int format_id, |
|
|
|
|
struct path *path); |
|
|
|
|
const struct path *path); |
|
|
|
|
static int ext4_quota_off(struct super_block *sb, int type); |
|
|
|
|
static int ext4_quota_on_mount(struct super_block *sb, int type); |
|
|
|
|
static ssize_t ext4_quota_read(struct super_block *sb, int type, char *data, |
|
|
|
@ -5239,7 +5239,7 @@ static void lockdep_set_quota_inode(struct inode *inode, int subclass) |
|
|
|
|
* Standard function to be called on quota_on |
|
|
|
|
*/ |
|
|
|
|
static int ext4_quota_on(struct super_block *sb, int type, int format_id, |
|
|
|
|
struct path *path) |
|
|
|
|
const struct path *path) |
|
|
|
|
{ |
|
|
|
|
int err; |
|
|
|
|
|
|
|
|
|