-
由 Vincent Stehlé 提交于
This fixes the following sparse warning: fs/super.c:1202:9: warning: dubious: x & !y Bitwise and logical and are equivalent here, but logical was intended. The generated code is identical, with and without CONFIG_LOCKDEP. Signed-off-by: NVincent Stehlé <vincent.stehle@freescale.com> Acked-by: NOleg Nesterov <oleg@redhat.com> Signed-off-by: NJiri Kosina <jkosina@suse.cz>
22224a17