Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1592250 > unrolled thread
| Started by | Kees Cook <keescook@chromium.org> |
|---|---|
| First post | 2017-03-03 20:50 +0100 |
| Last post | 2017-03-03 20:50 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] fs/pstore: constify pstore_zbackend structures Kees Cook <keescook@chromium.org> - 2017-03-03 20:50 +0100
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Date | 2017-03-03 20:50 +0100 |
| Subject | Re: [PATCH] fs/pstore: constify pstore_zbackend structures |
| Message-ID | <th1nb-5Qy-3@gated-at.bofh.it> |
On Sun, Feb 19, 2017 at 1:37 AM, Bhumika Goyal <bhumirks@gmail.com> wrote: > The references of pstore_zbackend structures are stored into the > pointer zbackend of type struct pstore_zbackend. The pointer zbackend > can be made const as it is only dereferenced. After making this change > the pstore_zbackend structures whose references are stored into the > pointer zbackend can be made const too. > > File size before: > text data bss dec hex filename > 4817 541 172 5530 159a fs/pstore/platform.o > > File size after: > text data bss dec hex filename > 4865 477 172 5514 158a fs/pstore/platform.o > > Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Awesome, thanks! I've applied this to my tree; it should be visible in -next soon. -Kees -- Kees Cook Pixel Security
Back to top | Article view | linux.kernel
csiph-web