mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
Drat fix missing ;
This commit is contained in:
parent
23f5c4c281
commit
71c8ab9c68
@ -187,7 +187,7 @@ typedef struct vn_file {
|
|||||||
kmutex_t f_lock; /* struct lock */
|
kmutex_t f_lock; /* struct lock */
|
||||||
loff_t f_offset; /* offset */
|
loff_t f_offset; /* offset */
|
||||||
vnode_t *f_vnode; /* vnode */
|
vnode_t *f_vnode; /* vnode */
|
||||||
struct list_head f_list /* list referenced file_t's */
|
struct list_head f_list; /* list referenced file_t's */
|
||||||
} file_t;
|
} file_t;
|
||||||
|
|
||||||
typedef struct caller_context {
|
typedef struct caller_context {
|
||||||
|
Loading…
Reference in New Issue
Block a user