All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL][PATCH 0/3] Constify structs
@ 2015-11-19 10:42 David Sterba
  2015-11-19 10:42 ` [PATCH 1/3] btrfs tests: replace whole ops structure for free space tests David Sterba
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Sterba @ 2015-11-19 10:42 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba, clm

A few more additions of const, aiming for 4.5. Thanks.

----------------------------------------------------------------
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git cleanup/constify

for you to fetch changes up to de37f1d3a183e134a1a392309d79f2b3091204d7:

  btrfs: constify static arrays (2015-11-18 17:13:41 +0100)

----------------------------------------------------------------
David Sterba (3):
      btrfs tests: replace whole ops structure for free space tests
      btrfs: constify remaining structs with function pointers
      btrfs: constify static arrays

 fs/btrfs/ctree.h                  |  2 +-
 fs/btrfs/free-space-cache.c       |  2 +-
 fs/btrfs/free-space-cache.h       |  2 +-
 fs/btrfs/inode-map.c              |  4 ++--
 fs/btrfs/inode.c                  |  6 +++---
 fs/btrfs/ioctl.c                  |  2 +-
 fs/btrfs/super.c                  |  2 +-
 fs/btrfs/tests/free-space-tests.c | 14 ++++++++------
 8 files changed, 18 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-19 10:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-19 10:42 [PULL][PATCH 0/3] Constify structs David Sterba
2015-11-19 10:42 ` [PATCH 1/3] btrfs tests: replace whole ops structure for free space tests David Sterba
2015-11-19 10:42 ` [PATCH 2/3] btrfs: constify remaining structs with function pointers David Sterba
2015-11-19 10:42 ` [PATCH 3/3] btrfs: constify static arrays David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.