Re: [PATCH v2 1/3] Btrfs: remove old tree_root case in btrfs_read_locked_inode()

2017-01-26 Thread David Sterba
On Wed, Jan 25, 2017 at 05:06:38PM -0800, Omar Sandoval wrote: > From: Omar Sandoval > > As Jeff explained in c2951f32d36c ("btrfs: remove old tree_root dirent > processing in btrfs_real_readdir()"), supporting this old format is no > longer necessary since the Btrfs magic number

[PATCH v2 1/3] Btrfs: remove old tree_root case in btrfs_read_locked_inode()

2017-01-25 Thread Omar Sandoval
From: Omar Sandoval As Jeff explained in c2951f32d36c ("btrfs: remove old tree_root dirent processing in btrfs_real_readdir()"), supporting this old format is no longer necessary since the Btrfs magic number has been updated since we changed to the current format. There are other