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
28fb588 xfs: simplify xfs_qm_detach_gdquots
093019c xfs: fix acl count validation in xfs_acl_from_disk()
687d1c5 xfs: remove unused XBT_FORCE_SLEEP bit
from 7ae4440723a413c7a52edd27f654c34680dd4ea2 (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 28fb588c9bd810dec273d96e80591392f6ce1e1c
Author: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Date: Tue Dec 6 21:58:21 2011 +0000
xfs: simplify xfs_qm_detach_gdquots
There is no reason to drop qi_dqlist_lock around calls to xfs_qm_dqrele
because the free list lock now nests inside qi_dqlist_lock and the
dquot lock.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
commit 093019cf1b18dd31b2c3b77acce4e000e2cbc9ce
Author: Xi Wang <xi.wang@xxxxxxxxx>
Date: Mon Dec 12 21:55:52 2011 +0000
xfs: fix acl count validation in xfs_acl_from_disk()
Commit fa8b18ed didn't prevent the integer overflow and possible
memory corruption. "count" can go negative and bypass the check.
Signed-off-by: Xi Wang <xi.wang@xxxxxxxxx>
Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
commit 687d1c5e8e26f68b0defb1b9ccd85a0955325b9d
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Tue Dec 13 23:12:45 2011 +0000
xfs: remove unused XBT_FORCE_SLEEP bit
XBT_FORCE_SLEEP is no longer ever tested; it is only set
and cleared. Remove it.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx>
Signed-off-by: Ben Myers <bpm@xxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/xfs_acl.c | 2 +-
fs/xfs/xfs_buf.c | 6 +-----
fs/xfs/xfs_buf.h | 3 +--
fs/xfs/xfs_qm.c | 22 +++++-----------------
4 files changed, 8 insertions(+), 25 deletions(-)
hooks/post-receive
--
XFS development tree
|