When I compile this normally I end up with the definition of MAX_HANDLE_SZ, but when I compile it in a minimal buildroot-based environment I don't. I'm not sure where this is supposed to come from, but as of 3f4760c2 ("open_by_handle: add option -z to query file handle size") it appears to be unnecessary. Signed-off-by: Palmer Dabbelt <palmerdabbelt@xxxxxxxxxx> --- I haven't actually run this, as I haven't figured out how to yet. It does build, though. --- src/open_by_handle.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/open_by_handle.c b/src/open_by_handle.c index 0f74ed08..ddeffb7a 100644 --- a/src/open_by_handle.c +++ b/src/open_by_handle.c @@ -92,7 +92,6 @@ Examples: struct handle { struct file_handle fh; - unsigned char fid[MAX_HANDLE_SZ]; } handle[MAXFILES], dir_handle; void usage(void) -- 2.29.1.341.ge80a0c044ae-goog