linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] code cleanups for btrfs_get_acl()
@ 2018-06-27  4:16 Chengguang Xu
  2018-06-27  4:16 ` [PATCH v4 1/5] btrfs: return error instead of crash when detecting unexpected type in btrfs_get_acl() Chengguang Xu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Chengguang Xu @ 2018-06-27  4:16 UTC (permalink / raw)
  To: clm, jbacik, dsterba; +Cc: linux-btrfs, Chengguang Xu

This patch set does code cleanups for btrfs_get_acl().

Chengguang Xu (5):
  btrfs: return error instead of crash when detecting unexpected type in
    btrfs_get_acl()
  btrfs: replace empty string with NULL when getting attribute length in
    btrfs_get_acl()
  btrfs: remove unnecessary -ERANGE check in btrfs_get_acl()
  btrfs: avoid error code overriding in btrfs_get_acl()
  btrfs: remove unnecessary bracket in btrfs_get_acl()

 fs/btrfs/acl.c | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2018-06-27  7:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  4:16 [PATCH v4 0/5] code cleanups for btrfs_get_acl() Chengguang Xu
2018-06-27  4:16 ` [PATCH v4 1/5] btrfs: return error instead of crash when detecting unexpected type in btrfs_get_acl() Chengguang Xu
2018-06-27  4:16 ` [PATCH v4 2/5] btrfs: replace empty string with NULL when getting attribute length " Chengguang Xu
2018-06-27  4:16 ` [PATCH v4 3/5] btrfs: remove unnecessary -ERANGE check " Chengguang Xu
2018-06-27  4:16 ` [PATCH v4 4/5] btrfs: avoid error code overriding " Chengguang Xu
2018-06-27  4:16 ` [PATCH v4 5/5] btrfs: remove unnecessary bracket " Chengguang Xu
2018-06-27  7:21 ` [PATCH v4 0/5] code cleanups for btrfs_get_acl() David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).