Re: [PATCH] btrfs: remove old tree_root dirent processing in btrfs_real_readdir()

2016-11-05 Thread Jeff Mahoney
On 11/4/16 11:24 PM, kbuild test robot wrote: > Hi Jeff, > > [auto build test WARNING on btrfs/next] > [also build test WARNING on v4.9-rc3 next-20161028] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] Whoops. I cleaned this up in the nex

Re: [PATCH] btrfs: remove old tree_root dirent processing in btrfs_real_readdir()

2016-11-04 Thread kbuild test robot
Hi Jeff, [auto build test WARNING on btrfs/next] [also build test WARNING on v4.9-rc3 next-20161028] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/jeffm-suse-com/btrfs-remove-old-tree_root-dire

[PATCH] btrfs: remove old tree_root dirent processing in btrfs_real_readdir()

2016-11-04 Thread jeffm
From: Jeff Mahoney Commit 3de4586c527 (Btrfs: Allow subvolumes and snapshots anywhere in the directory tree) introduced the current system of placing snapshots in the directory tree. It also introduced the behavior of creating the snapshot and then creating the directory entries for it. We've k