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, xfs-sparse-fixes has been created at b972d0797180d8414351d9dc8ff65071c692d058 (commit) - Log ----------------------------------------------------------------- commit b972d0797180d8414351d9dc8ff65071c692d058 Author: Dave Chinner <dchinner@xxxxxxxxxx> Date: Mon Sep 29 10:46:22 2014 +1000 xfs: annotate user variables passed as void Some argument callbacks can contain user buffers, and sparse warns about passing them as void pointers. Cast appropriately to remove the sparse warnings. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx> commit e3aed1a08190c038c4ea41b73ea6f07bc0e3290c Author: Dave Chinner <dchinner@xxxxxxxxxx> Date: Mon Sep 29 10:46:08 2014 +1000 xfs: xfs_kset should be static As it is accessed through the struct xfs_mount and can be set up entirely from fs/xfs/xfs_super.c Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx> commit bf1ed3833078e3bb0ba8cd03468090b9359d0912 Author: Dave Chinner <dchinner@xxxxxxxxxx> Date: Mon Sep 29 10:43:40 2014 +1000 xfs: xfs_qm_dquot_isolate needs locking annotations for sparse To remove noise from the build. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx> commit e68ed77521f695d165cbae070f6dda8a4778438f Author: Dave Chinner <david@xxxxxxxxxxxxx> Date: Mon Sep 29 10:43:15 2014 +1000 xfs: fix use of agi_newino in finobt lookup Sparse warns that we are passing the big-endian valueo f agi_newino to the initial btree lookup function when trying to find a new inode. This is wrong - we need to pass the host order value, not the disk order value. This will adversely affect the next inode allocated, but given that the free inode btree is usually much smaller than the allocated inode btree it is much less likely to be a performance issue if we start the search in the wrong place. Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Dave Chinner <david@xxxxxxxxxxxxx> ----------------------------------------------------------------------- hooks/post-receive -- XFS development tree _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs