]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jfs/jfs_logmgr.h
Merge with /home/shaggy/git/linus-clean/
[karo-tx-linux.git] / fs / jfs / jfs_logmgr.h
index e4978b5b65ee05000e877209b733dfb1c1355a82..8c6909b80014b6948c0f044cb19062e72fafe25d 100644 (file)
@@ -389,7 +389,7 @@ struct jfs_log {
        int eor;                /* 4: eor of last record in eol page */
        struct lbuf *bp;        /* 4: current log page buffer */
 
-       struct semaphore loglock;       /* 4: log write serialization lock */
+       struct mutex loglock;   /* 4: log write serialization lock */
 
        /* syncpt */
        int nextsync;           /* 4: bytes to write before next syncpt */