X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fntfs%2Fcompress.c;h=68a607ff9fd36d2f7e62b76546392029ff1111a7;hb=4e5e529ad684f1b3fba957f5dd4eb7c2b534ee92;hp=25d24106f893a691cbc7cc5010cf4b181dbdfc8a;hpb=f25dfb5e44fa8641961780d681bc1871abcfb861;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/ntfs/compress.c b/fs/ntfs/compress.c index 25d2410..68a607f 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 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) {