]> err.no Git - linux-2.6/blobdiff - include/linux/reiserfs_fs_sb.h
reiserfs: convert j_flush_sem to mutex
[linux-2.6] / include / linux / reiserfs_fs_sb.h
index 49b639b88bacd5103dbbe00af3e4d2db9dc8d472..c0751724ee6436e8d1450addef10098e0d88cdf5 100644 (file)
@@ -194,7 +194,7 @@ struct reiserfs_journal {
 
        time_t j_trans_start_time;      /* time this transaction started */
        struct mutex j_mutex;
-       struct semaphore j_flush_sem;
+       struct mutex j_flush_mutex;
        wait_queue_head_t j_join_wait;  /* wait for current transaction to finish before starting new one */
        atomic_t j_jlock;       /* lock for j_join_wait */
        int j_list_bitmap_index;        /* number of next list bitmap to use */