Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
quota: Refactor dquot_transfer code so that OCFS2 can pass in its references
[linux-2.6.git]
/
include
/
linux
/
quotaops.h
diff --git
a/include/linux/quotaops.h
b/include/linux/quotaops.h
index 8a7818764a678118ed8d2d8358657a5b4042ec1f..370abb1e99cbda13b2615e8353cf5d8a67e41caf 100644
(file)
--- a/
include/linux/quotaops.h
+++ b/
include/linux/quotaops.h
@@
-76,6
+76,7
@@
int vfs_get_dqblk(struct super_block *sb, int type, qid_t id,
int vfs_set_dqblk(struct super_block *sb, int type, qid_t id,
struct fs_disk_quota *di);
int vfs_set_dqblk(struct super_block *sb, int type, qid_t id,
struct fs_disk_quota *di);
+int __dquot_transfer(struct inode *inode, struct dquot **transfer_to);
int dquot_transfer(struct inode *inode, struct iattr *iattr);
int vfs_dq_quota_on_remount(struct super_block *sb);
int dquot_transfer(struct inode *inode, struct iattr *iattr);
int vfs_dq_quota_on_remount(struct super_block *sb);