]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jfs/jfs_logmgr.h
Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats' and...
[karo-tx-linux.git] / fs / jfs / jfs_logmgr.h
index 1f85ef0ec0456afbe937be2b03ac215473ceb3fa..e38c21598850cfa7d7c7102d3c1db2f8eb4345bb 100644 (file)
@@ -288,7 +288,7 @@ struct lrd {
                /*
                 *      SYNCPT: log sync point
                 *
-                * replay log upto syncpt address specified;
+                * replay log up to syncpt address specified;
                 */
                struct {
                        __le32 sync;    /* 4: syncpt address (0 = here) */
@@ -376,7 +376,7 @@ struct jfs_log {
        int size;               /* 4: log size in log page (in page) */
        int l2bsize;            /* 4: log2 of bsize */
 
-       long flag;              /* 4: flag */
+       unsigned long flag;     /* 4: flag */
 
        struct lbuf *lbuf_free; /* 4: free lbufs */
        wait_queue_head_t free_wait;    /* 4: */