On Fri, Aug 20, 2010 at 12:14 AM, Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> wrote: > static inline int rwsem_is_locked(struct rw_semaphore *sem) > { > - return (sem->count != 0); > + return sem->count != 0; > } Does this change make the code do anything different? -- Timur Tabi Linux kernel developer at Freescale -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html