Re: [PATCH] btrfs: drop unused parameter is_new from btrfs_iget

2019-10-04 Thread Anand Jain
On 10/4/19 1:09 AM, David Sterba wrote: The parameter is now always set to NULL and could be dropped. The last user was get_default_root but that got reworked in 05dbe6837b60 ("Btrfs: unify subvol= and subvolid= mounting") and the parameter became unused. Signed-off-by: David Sterba Reviewed-

[PATCH] btrfs: drop unused parameter is_new from btrfs_iget

2019-10-03 Thread David Sterba
The parameter is now always set to NULL and could be dropped. The last user was get_default_root but that got reworked in 05dbe6837b60 ("Btrfs: unify subvol= and subvolid= mounting") and the parameter became unused. Signed-off-by: David Sterba --- fs/btrfs/ctree.h| 5 ++--- fs/btrfs