X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fntfs%2Fcompress.c;fp=fs%2Fntfs%2Fcompress.c;h=25d24106f893a691cbc7cc5010cf4b181dbdfc8a;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=68a607ff9fd36d2f7e62b76546392029ff1111a7;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;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) {