diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-02-27 20:00:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-02-27 20:00:15 +0000 |
| commit | c72ae1423b6f824552d0a855eba3d5b08e46a062 (patch) | |
| tree | 4703df2e91319f49ee1838a7c3861e8cdf417d90 /sys/fs/msdosfs/denode.h | |
| parent | 2c4c54b7a86bcd279980261d93e0bda0f8e49795 (diff) | |
Notes
Diffstat (limited to 'sys/fs/msdosfs/denode.h')
| -rw-r--r-- | sys/fs/msdosfs/denode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h index 4e03e9a6be2f..5d68d6fabb49 100644 --- a/sys/fs/msdosfs/denode.h +++ b/sys/fs/msdosfs/denode.h @@ -139,7 +139,6 @@ struct fatcache { struct denode { struct vnode *de_vnode; /* addr of vnode we are part of */ u_long de_flag; /* flag bits */ - struct cdev *de_dev; /* device where direntry lives */ u_long de_dirclust; /* cluster of the directory file containing this entry */ u_long de_diroffset; /* offset of this entry in the directory cluster */ u_long de_fndoffset; /* offset of found dir entry */ |
