From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Wed, 22 Apr 2020 16:49:40 +0200 Subject: [PATCH U-BOOT 18/26] fs: btrfs: Implement btrfs_lookup_path() In-Reply-To: References: <20200422065009.69392-1-wqu@suse.com> <20200422065009.69392-19-wqu@suse.com> Message-ID: <20200422164940.2d8e32d7@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 22 Apr 2020 22:44:43 +0800 Su Yue wrote: > Looked through older codes, should be "symlink_limit - 1"? OMG yes :) without this it can break :)