X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Fcompress.c;h=25d24106f893a691cbc7cc5010cf4b181dbdfc8a;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=68a607ff9fd36d2f7e62b76546392029ff1111a7;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/ntfs/compress.c b/fs/ntfs/compress.c index 68a607ff9..25d24106f 100644 --- a/fs/ntfs/compress.c +++ b/fs/ntfs/compress.c @@ -67,7 +67,7 @@ static DEFINE_SPINLOCK(ntfs_cb_lock); /** * allocate_compression_buffers - allocate the decompression buffers * - * Caller has to hold the ntfs_lock mutex. + * Caller has to hold the ntfs_lock semaphore. * * 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 mutex. + * Caller has to hold the ntfs_lock semaphore. */ void free_compression_buffers(void) {