public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] open_by_handle: Don't use MAX_HANDLE_SZ
@ 2020-10-29  4:03 Palmer Dabbelt
  2020-10-29  9:56 ` Amir Goldstein
  2020-11-09 22:45 ` Dave Chinner
  0 siblings, 2 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2020-10-29  4:03 UTC (permalink / raw)
  To: fstests; +Cc: Palmer Dabbelt

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@google.com>
---
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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-09 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-29  4:03 [PATCH] open_by_handle: Don't use MAX_HANDLE_SZ Palmer Dabbelt
2020-10-29  9:56 ` Amir Goldstein
2020-11-09 22:45 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox