Re: [PATCH RESEND 2/4] btrfs: Remove code referencing unused TRANS_USERSPACE

2018-02-02 Thread David Sterba
On Wed, Jan 10, 2018 at 06:32:11PM +0200, Nikolay Borisov wrote: > Now that the userspace transaction ioctls have been removed, > TRANS_USERSPACE is no longer used hence we can remove it. > > Signed-off-by: Nikolay Borisov Reviewed-by: David Sterba > -struct btrfs_trans_handle *btrfs_start_ioc

[PATCH RESEND 2/4] btrfs: Remove code referencing unused TRANS_USERSPACE

2018-01-10 Thread Nikolay Borisov
Now that the userspace transaction ioctls have been removed, TRANS_USERSPACE is no longer used hence we can remove it. Signed-off-by: Nikolay Borisov --- fs/btrfs/transaction.c | 27 ++- fs/btrfs/transaction.h | 5 + 2 files changed, 7 insertions(+), 25 deletions(-)