NTFS: Semaphore to mutex conversion.
[deliverable/linux.git] / fs / ntfs / compress.c
index 25d24106f893a691cbc7cc5010cf4b181dbdfc8a..68a607ff9fd36d2f7e62b76546392029ff1111a7 100644 (file)
@@ -67,7 +67,7 @@ static DEFINE_SPINLOCK(ntfs_cb_lock);
 /**
  * allocate_compression_buffers - allocate the decompression buffers
  *
- * Caller has to hold the ntfs_lock semaphore.
+ * Caller has to hold the ntfs_lock mutex.
  *
  * Return 0 on success or -ENOMEM if the allocations failed.
  */
@@ -84,7 +84,7 @@ int allocate_compression_buffers(void)
 /**
  * free_compression_buffers - free the decompression buffers
  *
- * Caller has to hold the ntfs_lock semaphore.
+ * Caller has to hold the ntfs_lock mutex.
  */
 void free_compression_buffers(void)
 {
This page took 0.024522 seconds and 5 git commands to generate.