mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed misformatting in previous commit.
This commit is contained in:
parent
8f7c483f5c
commit
addc95fee3
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ struct vnode;
|
|||
/* This structure describes the ext2fs specific mount structure data. */
|
||||
struct ext2mount {
|
||||
struct mount *um_mountp; /* filesystem vfs structure */
|
||||
struct cdev *um_dev; /* device mounted */
|
||||
struct cdev *um_dev; /* device mounted */
|
||||
struct vnode *um_devvp; /* block device mounted vnode */
|
||||
|
||||
struct ext2_sb_info *um_e2fs; /* EXT2FS */
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ struct vnode;
|
|||
/* This structure describes the ext2fs specific mount structure data. */
|
||||
struct ext2mount {
|
||||
struct mount *um_mountp; /* filesystem vfs structure */
|
||||
struct cdev *um_dev; /* device mounted */
|
||||
struct cdev *um_dev; /* device mounted */
|
||||
struct vnode *um_devvp; /* block device mounted vnode */
|
||||
|
||||
struct ext2_sb_info *um_e2fs; /* EXT2FS */
|
||||
|
|
|
|||
Loading…
Reference in a new issue