]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Drat fix missing ;
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Jan 2009 18:05:03 +0000 (10:05 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 Jan 2009 18:05:03 +0000 (10:05 -0800)
include/sys/vnode.h

index 00e940828aa8a304945f6364e54b183237686ddf..8b7aefee08413ecc25ffe28608ac73c37e5a7c72 100644 (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 {