aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/api/fs/fs.c')
-rw-r--r--tools/lib/api/fs/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/api/fs/fs.c b/tools/lib/api/fs/fs.c
index 732dbef588b0..459599d1b6c4 100644
--- a/tools/lib/api/fs/fs.c
+++ b/tools/lib/api/fs/fs.c
@@ -69,7 +69,7 @@ static const char * const tracefs__known_mountpoints[] = {
69struct fs { 69struct fs {
70 const char *name; 70 const char *name;
71 const char * const *mounts; 71 const char * const *mounts;
72 char path[PATH_MAX + 1]; 72 char path[PATH_MAX];
73 bool found; 73 bool found;
74 long magic; 74 long magic;
75}; 75};