From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- include/linux/loop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux/loop.h') diff --git a/include/linux/loop.h b/include/linux/loop.h index be2c1753b..75f6cc704 100644 --- a/include/linux/loop.h +++ b/include/linux/loop.h @@ -17,7 +17,7 @@ struct loop_device { int lo_number; - struct inode *lo_inode; + struct dentry *lo_dentry; int lo_refcnt; kdev_t lo_device; int lo_offset; @@ -36,6 +36,7 @@ struct loop_device { idea_key lo_idea_en_key; idea_key lo_idea_de_key; #endif + struct file * lo_backing_file; }; typedef int (* transfer_proc_t)(struct loop_device *, int cmd, -- cgit v1.2.3