]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/xattr.h
[PATCH] htlb forget rss with pt sharing
[linux-2.6-omap-h63xx.git] / fs / jffs2 / xattr.h
index 4a10abc6d91723fbf12175bd1181591682be8fff..06a5c69dcf8b1052d3dd8177d19a90198b9e284c 100644 (file)
@@ -28,7 +28,7 @@ struct jffs2_xattr_datum
        uint16_t xprefix;               /* see JFFS2_XATTR_PREFIX_* */
 
        struct list_head xindex;        /* chained from c->xattrindex[n] */
-       uint32_t refcnt;                /* # of xattr_ref refers this */
+       atomic_t refcnt;                /* # of xattr_ref refers this */
        uint32_t xid;
        uint32_t version;