Re: [PATCH v4 09/10] btrfs: btrfs_setxattr argument trans is never NULL

2019-02-28 Thread Anand Jain
On 2/28/19 12:16 AM, David Sterba wrote: On Sat, Feb 23, 2019 at 01:39:51AM +0800, Anand Jain wrote: The following patches btrfs: cleanup btrfs_set_acl btrfs: start transaction in btrfs_xattr_handler_set btrfs: create transaction in btrfs_set_prop_notrans made the btrfs_setxattr(

Re: [PATCH v4 09/10] btrfs: btrfs_setxattr argument trans is never NULL

2019-02-27 Thread David Sterba
On Sat, Feb 23, 2019 at 01:39:51AM +0800, Anand Jain wrote: > The following patches >btrfs: cleanup btrfs_set_acl >btrfs: start transaction in btrfs_xattr_handler_set >btrfs: create transaction in btrfs_set_prop_notrans > > made the btrfs_setxattr() argument trans to be never NULL, so