Drat fix missing ;

This commit is contained in:
Brian Behlendorf 2009-01-09 10:05:03 -08:00
parent 23f5c4c281
commit 71c8ab9c68
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ typedef struct vn_file {
kmutex_t f_lock; /* struct lock */
loff_t f_offset; /* offset */
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;
typedef struct caller_context {