[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / reiserfs_fs.h
index 001ab82df051dd21ba5697f5b258ff8a13731e8f..e276c5ba2bb79c6cddcc99869744fa5fc2efcbac 100644 (file)
@@ -1857,7 +1857,7 @@ void padd_item(char *item, int total_length, int length);
 #define GET_BLOCK_CREATE 1     /* add anything you need to find block */
 #define GET_BLOCK_NO_HOLE 2    /* return -ENOENT for file holes */
 #define GET_BLOCK_READ_DIRECT 4        /* read the tail if indirect item not found */
-#define GET_BLOCK_NO_ISEM     8        /* i_sem is not held, don't preallocate */
+#define GET_BLOCK_NO_IMUX     8        /* i_mutex is not held, don't preallocate */
 #define GET_BLOCK_NO_DANGLE   16       /* don't leave any transactions running */
 
 int restart_transaction(struct reiserfs_transaction_handle *th,