mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
quota: constify struct path in quota_on
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
a4141d7cf8
commit
8c54ca9c68
6 changed files with 9 additions and 9 deletions
|
@ -90,7 +90,7 @@ int dquot_file_open(struct inode *inode, struct file *file);
|
|||
int dquot_enable(struct inode *inode, int type, int format_id,
|
||||
unsigned int flags);
|
||||
int dquot_quota_on(struct super_block *sb, int type, int format_id,
|
||||
struct path *path);
|
||||
const struct path *path);
|
||||
int dquot_quota_on_mount(struct super_block *sb, char *qf_name,
|
||||
int format_id, int type);
|
||||
int dquot_quota_off(struct super_block *sb, int type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue