-
- Downloads
xfs: Add pquota fields where gquota is used.
Add project quota changes to all the places where group quota field is used: * add separate project quota members into various structures * split project quota and group quotas so that instead of overriding the group quota members incore, the new project quota members are used instead * get rid of usage of the OQUOTA flag incore, in favor of separate group and project quota flags. * add a project dquot argument to various functions. Not using the pquotino field from superblock yet. Signed-off-by:Chandra Seetharaman <sekharan@us.ibm.com> Reviewed-by:
Ben Myers <bpm@sgi.com> Signed-off-by:
Ben Myers <bpm@sgi.com>
Showing
- fs/xfs/xfs_dquot.c 12 additions, 3 deletionsfs/xfs/xfs_dquot.c
- fs/xfs/xfs_dquot.h 5 additions, 2 deletionsfs/xfs/xfs_dquot.h
- fs/xfs/xfs_icache.c 1 addition, 0 deletionsfs/xfs/xfs_icache.c
- fs/xfs/xfs_inode.h 1 addition, 0 deletionsfs/xfs/xfs_inode.h
- fs/xfs/xfs_ioctl.c 7 additions, 7 deletionsfs/xfs/xfs_ioctl.c
- fs/xfs/xfs_iops.c 2 additions, 2 deletionsfs/xfs/xfs_iops.c
- fs/xfs/xfs_qm.c 174 additions, 69 deletionsfs/xfs/xfs_qm.c
- fs/xfs/xfs_qm.h 13 additions, 7 deletionsfs/xfs/xfs_qm.h
- fs/xfs/xfs_qm_bhv.c 5 additions, 5 deletionsfs/xfs/xfs_qm_bhv.c
- fs/xfs/xfs_qm_syscalls.c 15 additions, 4 deletionsfs/xfs/xfs_qm_syscalls.c
- fs/xfs/xfs_quota.h 18 additions, 14 deletionsfs/xfs/xfs_quota.h
- fs/xfs/xfs_symlink.c 7 additions, 3 deletionsfs/xfs/xfs_symlink.c
- fs/xfs/xfs_trans_dquot.c 22 additions, 4 deletionsfs/xfs/xfs_trans_dquot.c
- fs/xfs/xfs_vnodeops.c 9 additions, 4 deletionsfs/xfs/xfs_vnodeops.c
Loading
Please register or sign in to comment