hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/quotaops.h
....@@ -27,9 +27,6 @@
2727 (ia->ia_valid & ATTR_GID && !gid_eq(ia->ia_gid, inode->i_gid));
2828 }
2929
30
-int kernel_quotactl(unsigned int cmd, const char __user *special,
31
- qid_t id, void __user *addr);
32
-
3330 #if defined(CONFIG_QUOTA)
3431
3532 #define quota_error(sb, fmt, args...) \
....@@ -97,7 +94,9 @@
9794
9895 int dquot_file_open(struct inode *inode, struct file *file);
9996
100
-int dquot_enable(struct inode *inode, int type, int format_id,
97
+int dquot_load_quota_sb(struct super_block *sb, int type, int format_id,
98
+ unsigned int flags);
99
+int dquot_load_quota_inode(struct inode *inode, int type, int format_id,
101100 unsigned int flags);
102101 int dquot_quota_on(struct super_block *sb, int type, int format_id,
103102 const struct path *path);