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 e570280 xfs: replace xfs_buf_geterror() with bp->b_error ac4d688 xfs: Check the return value of xfs_buf_read() for NULL from 9e978d8f7db1c5de7cdc6450a8ca208db3b95f84 (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 e570280521290c27621d60cffea2400bdf1f2c88 Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Wed Aug 3 02:18:34 2011 +0000 xfs: replace xfs_buf_geterror() with bp->b_error Since we just checked bp for NULL, it is ok to replace xfs_buf_geterror() with bp->b_error in these places. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> commit ac4d6888b21a8be373f3e06f1d4011fbe2bbbeac Author: Chandra Seetharaman <sekharan@xxxxxxxxxx> Date: Wed Aug 3 02:18:29 2011 +0000 xfs: Check the return value of xfs_buf_read() for NULL Check the return value of xfs_buf_read() for NULL and return ENOMEM if it is NULL. This is necessary in a few spots to avoid subsequent code blindly dereferencing the null buffer pointer. Signed-off-by: Chandra Seetharaman <sekharan@xxxxxxxxxx> Signed-off-by: Alex Elder <aelder@xxxxxxx> ----------------------------------------------------------------------- Summary of changes: fs/xfs/xfs_log_recover.c | 10 ++++++++-- fs/xfs/xfs_vnodeops.c | 4 +++- 2 files changed, 11 insertions(+), 3 deletions(-) hooks/post-receive -- XFS development tree _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs