Re: [PATCH v2 0/6] Patch series to make lustre safe(r) for W=1 compiles

2015-12-21 Thread Greg KH
On Fri, Dec 11, 2015 at 06:04:19PM -0500, Valdis Kletnieks wrote:
> Start of a batch series to clean up the Lustre tree. Other people have
> done some sparse and checkpatch cleanups, but I found a bunch of
> stuff building with W=1. There's probably more, but this was the
> really low-hanging obvious fruit.
> 
> Valdis Kletnieks (6):
>   staging/lustre: Silence warning about 'inline'
>   staging/lustre: Fix set-but-unused whinge.
>   staging/lustre: Clean up another C warnining: set but not used
>   staging/lustre: Fix another C compiler whine: set but not used
>   staging/lustre: Nuke an unsigned >= 0 assert
>   staging/lustre: Nuke another unsigned >= 0 assert

These subject names don't match what you actually sent out, the 'prefix'
got stripped.  Please resend them all so that I can properly apply them.

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH v2 0/6] Patch series to make lustre safe(r) for W=1 compiles

2015-12-11 Thread Valdis Kletnieks
Start of a batch series to clean up the Lustre tree. Other people have
done some sparse and checkpatch cleanups, but I found a bunch of
stuff building with W=1. There's probably more, but this was the
really low-hanging obvious fruit.

Valdis Kletnieks (6):
  staging/lustre: Silence warning about 'inline'
  staging/lustre: Fix set-but-unused whinge.
  staging/lustre: Clean up another C warnining: set but not used
  staging/lustre: Fix another C compiler whine: set but not used
  staging/lustre: Nuke an unsigned >= 0 assert
  staging/lustre: Nuke another unsigned >= 0 assert

 drivers/staging/lustre/lustre/fid/lproc_fid.c  |  1 +
 drivers/staging/lustre/lustre/include/lu_object.h  |  2 +-
 drivers/staging/lustre/lustre/include/lustre_cfg.h |  4 --
 drivers/staging/lustre/lustre/libcfs/module.c  | 15 
 drivers/staging/lustre/lustre/llite/rw.c   |  1 -
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c|  1 -
 6 files changed, 9 insertions(+), 15 deletions(-)

-- 
2.6.3

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel