This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, master has been updated
4177af3 Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
6bd92a2 Change xfs_sb_from_disk() interface to take a mount pointer
3673141 Define a new function xfs_inode_dquot()
6967b96 Define a new function xfs_this_quota_on()
from b9957308452afcf58e656db834f44df10d7b1662 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4177af3a8a6f119484c7903845c6693d7381c13e
Author: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Date: Mon Jan 23 17:31:43 2012 +0000
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
Define new macro XFS_ALL_QUOTA_ACTIVE and simply some usage
of quota macros.
Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
commit 6bd92a239fc71ea26eb1dab3aece5eaaa99d4ef7
Author: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Date: Mon Jan 23 17:31:37 2012 +0000
Change xfs_sb_from_disk() interface to take a mount pointer
Change xfs_sb_from_disk() interface to take a mount pointer
instead of a superblock pointer.
This is to print mount point specific error messages in future
fixes.
Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
commit 36731410834e08c7d15c3980abd6cc4c563c2e87
Author: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Date: Mon Jan 23 17:31:30 2012 +0000
Define a new function xfs_inode_dquot()
Define a new function xfs_inode_dquot() that takes a inode pointer
and a disk quota type and returns the quota pointer for the specified
quota type.
This simplifies the xfs_qm_dqget() error path significantly.
Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
commit 6967b964c1012231f338445f20f877e680cd4cb8
Author: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Date: Mon Jan 23 17:31:25 2012 +0000
Define a new function xfs_this_quota_on()
Create a new function xfs_this_quota_on() that takes a xfs_mount
data structure and a disk quota type and returns true if the specified
type of quota is ON in the xfs_mount data structure.
Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/xfs_dquot.c | 37 +++++++++++--------------------------
fs/xfs/xfs_dquot.h | 30 ++++++++++++++++++++++++++----
fs/xfs/xfs_log_recover.c | 2 +-
fs/xfs/xfs_mount.c | 6 ++++--
fs/xfs/xfs_mount.h | 2 +-
fs/xfs/xfs_qm.c | 2 +-
fs/xfs/xfs_quota.h | 2 ++
fs/xfs/xfs_super.c | 7 +++----
8 files changed, 49 insertions(+), 39 deletions(-)
hooks/post-receive
--
XFS development tree
|