Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1315982
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] fs: dcache: Use bool return value instead of int |
| Date | 2016-01-24 22:30 +0100 |
| Message-ID | <qUAop-2dS-3@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <qQfBU-7kg-21@gated-at.bofh.it> <qQCf8-6cl-21@gated-at.bofh.it> <qQCyu-6kn-5@gated-at.bofh.it> <qQSae-yO-37@gated-at.bofh.it> <qUAeK-2a9-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jan 25, 2016 at 05:19:43AM +0800, Chen Gang wrote: > Hello all: > > Is this patch OK? shall I send the other patch based on this one? (the > other patch is v3 trivial patch for include/linux/dcache.h). > > And sorry for replying late: the last week, I was not in Beijing, had to > be busy for analyzing a Linux kernel usb related issue for my company's > customer in Guangzhou (but at last, I guess, it is not kernel issue). Again, do you have _any_ evidence of improved code generation with that patch? Because if you do, I would really like to see it, so I could file bugs against gcc optimizer. Your impression of what _Bool is and what semantics does it have appears to be rather different from that described in C99, but that's a secondary issue - first and foremost, on which .config and with which gcc version do you see improvements from that change?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH] fs: dcache: Use bool return value instead of int Chen Gang <chengang@emindsoft.com.cn> - 2016-01-24 22:20 +0100
Re: [PATCH] fs: dcache: Use bool return value instead of int Al Viro <viro@ZenIV.linux.org.uk> - 2016-01-24 22:30 +0100
Re: [PATCH] fs: dcache: Use bool return value instead of int Chen Gang <chengang@emindsoft.com.cn> - 2016-01-25 22:30 +0100
csiph-web