mbox series

[v3,0/3] Misc props.c cleanups

Message ID 1549937931-15339-1-git-send-email-anand.jain@oracle.com (mailing list archive)
Headers show
Series Misc props.c cleanups | expand

Message

Anand Jain Feb. 12, 2019, 2:18 a.m. UTC
v3: Merge patch 2/5 and 3/5 as in v1.
    Not included 1/5 in v1 as its already integrated in misc-next.

While adding the readmirror property found few cleanup things which
can be fixed. As these aren't part of upcoming readmirror property
I am sending these separately.

Anand Jain (3):
  btrfs: kill __btrfs_set_prop()
  btrfs: drop redundant forward declaration in props.c
  btrfs: trivial, fix c coding style

 fs/btrfs/ioctl.c |  10 +--
 fs/btrfs/props.c | 201 +++++++++++++++++++++++++------------------------------
 fs/btrfs/props.h |   6 +-
 fs/btrfs/xattr.c |   2 +-
 4 files changed, 99 insertions(+), 120 deletions(-)