[PATCH 02/30] fs: remove unused struct node_d in struct dir

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Nov 22 00:47:04 PST 2021


This struct member is never used, so it can just be dropped.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 include/dirent.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dirent.h b/include/dirent.h
index d7b5e78b2728..61a76c5b59b9 100644
--- a/include/dirent.h
+++ b/include/dirent.h
@@ -11,7 +11,6 @@ struct dirent {
 typedef struct dir {
 	struct device_d *dev;
 	struct fs_driver_d *fsdrv;
-	struct node_d *node;
 	struct dirent d;
 	void *priv; /* private data for the fs driver */
 	struct list_head entries;
-- 
2.30.2




More information about the barebox mailing list