Re: [PATCH v2] btrfs-progs: cmds: Fix build for using NAME_MAX
From: David Sterba <hidden>
Date: 2021-07-26 11:21:10
From: David Sterba <hidden>
Date: 2021-07-26 11:21:10
On Sun, Jul 25, 2021 at 03:24:38PM +0000, Sidong Yang wrote:
There is some code that using NAME_MAX but it doesn't include header that is defined. This patch adds a line that includes linux/limits.h which defines NAME_MAX. Issue: #386 Signed-off-by: Sidong Yang <redacted>
That was an easier than I thought, thanks. Verified by musl container build.