]> Pileus Git - ~andy/linux/blobdiff - include/linux/jffs2.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[~andy/linux] / include / linux / jffs2.h
index 0874ab59ffefbc16858fdc4da4564147a2033bfd..a18b719f49d4dfbbb978270f791fe992cfc8b2a9 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * JFFS2 -- Journalling Flash File System, Version 2.
  *
- * Copyright (C) 2001-2003 Red Hat, Inc.
+ * Copyright © 2001-2007 Red Hat, Inc.
+ * Copyright © 2004-2010 David Woodhouse <dwmw2@infradead.org>
  *
  * Created by David Woodhouse <dwmw2@infradead.org>
  *
@@ -185,7 +186,7 @@ struct jffs2_raw_xref
        jint32_t hdr_crc;
        jint32_t ino;           /* inode number */
        jint32_t xid;           /* XATTR identifier number */
-       jint32_t xseqno;        /* xref sequencial number */
+       jint32_t xseqno;        /* xref sequential number */
        jint32_t node_crc;
 } __attribute__((packed));