commit | b972d0797180d8414351d9dc8ff65071c692d058 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Sep 29 10:46:22 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Mon Sep 29 10:46:22 2014 +1000 |
tree | 5152c41bd107c7401dcd5bb58fb5df1723801c2a | |
parent | e3aed1a08190c038c4ea41b73ea6f07bc0e3290c [diff] |
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@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>