commit | b5f541810ea9fb98d93c0ee0e00e07a22874856f | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <davidlohr.bueso@hp.com> | Tue May 07 06:46:02 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 07 07:20:17 2013 -0700 |
tree | eb6cbe19735fe7f9b6928cf21108e79bbe434258 | |
parent | a31a369b07cf306ae1de0b2d4a52c3821a570bf6 [diff] |
rwsem: no need for explicit signed longs Change explicit "signed long" declarations into plain "long" as suggested by Peter Hurley. Signed-off-by: Davidlohr Bueso <davidlohr.bueso@hp.com> Reviewed-by: Michel Lespinasse <walken@google.com> Signed-off-by: Michel Lespinasse <walken@google.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>