summaryrefslogtreecommitdiffstats
path: root/fs/ramfs.c
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-03-12 00:21:48 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-13 09:37:03 +0100
commit0898275f3452f886bf2e7092dc3315e01aa6ab8e (patch)
tree0584fed201af8251a27a7b89bcbe9cbc862a9da6 /fs/ramfs.c
parent369d39adfe79334db5ed04d6f2acaf096c68b8a2 (diff)
downloadbarebox-0898275f3452f886bf2e7092dc3315e01aa6ab8e.tar.gz
barebox-0898275f3452f886bf2e7092dc3315e01aa6ab8e.tar.xz
fs: ramfs: Drop unused 'handle' filed from struct ramfs_inode
There are no users of this field in the code. Drop it. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ramfs.c')
-rw-r--r--fs/ramfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ramfs.c b/fs/ramfs.c
index 3046afef3b..94ecb05975 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;