diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /include/linux/loop.h | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'include/linux/loop.h')
-rw-r--r-- | include/linux/loop.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |