mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] fs: ramfs: Drop unused 'handle' filed from struct ramfs_inode
@ 2019-03-12  7:21 Andrey Smirnov
  2019-03-12  7:21 ` [PATCH 2/3] fs: ramfs: Drop unused 'chunks' conter Andrey Smirnov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrey Smirnov @ 2019-03-12  7:21 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

There are no users of this field in the code. Drop it.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 fs/ramfs.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fs/ramfs.c b/fs/ramfs.c
index 3046afef3..94ecb0597 100644
--- a/fs/ramfs.c
+++ b/fs/ramfs.c
@@ -43,8 +43,6 @@ struct ramfs_inode {
 	char *symlink;
 	ulong mode;
 
-	struct handle_d *handle;
-
 	ulong size;
 	struct ramfs_chunk *data;
 
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-03-13  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-12  7:21 [PATCH 1/3] fs: ramfs: Drop unused 'handle' filed from struct ramfs_inode Andrey Smirnov
2019-03-12  7:21 ` [PATCH 2/3] fs: ramfs: Drop unused 'chunks' conter Andrey Smirnov
2019-03-12  7:21 ` [PATCH 3/3] fs: ramfs: Drop unnecessary check in ramfs_mknod() Andrey Smirnov
2019-03-13  8:37 ` [PATCH 1/3] fs: ramfs: Drop unused 'handle' filed from struct ramfs_inode Sascha Hauer

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