lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 24 Feb 2012 09:18:49 +0000
From:	Anton Altaparmakov <anton@...era.com>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	linux-ntfs-dev@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
	trivial@...nel.org
Subject: Re: [PATCH 2/2] [trivial] ntfs: Fix typo in mft.c

Hi,

Thanks for the patch.  I have applied it.

Best regards,

	Anton

On 23 Jan 2012, at 17:29, Masanari Iida wrote:

> Correct two spelling errors "dealocate" to "deallocate"
> in fs/ntfs/mft.c
> ---
> fs/ntfs/mft.c |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/ntfs/mft.c b/fs/ntfs/mft.c
> index 382857f..862f7ff 100644
> --- a/fs/ntfs/mft.c
> +++ b/fs/ntfs/mft.c
> @@ -1367,7 +1367,7 @@ static int ntfs_mft_bitmap_extend_allocation_nolock(ntfs_volume *vol)
> 			ntfs_error(vol->sb, "Failed to merge runlists for mft "
> 					"bitmap.");
> 			if (ntfs_cluster_free_from_rl(vol, rl2)) {
> -				ntfs_error(vol->sb, "Failed to dealocate "
> +				ntfs_error(vol->sb, "Failed to deallocate "
> 						"allocated cluster.%s", es);
> 				NVolSetErrors(vol);
> 			}
> @@ -1805,7 +1805,7 @@ static int ntfs_mft_data_extend_allocation_nolock(ntfs_volume *vol)
> 		ntfs_error(vol->sb, "Failed to merge runlists for mft data "
> 				"attribute.");
> 		if (ntfs_cluster_free_from_rl(vol, rl2)) {
> -			ntfs_error(vol->sb, "Failed to dealocate clusters "
> +			ntfs_error(vol->sb, "Failed to deallocate clusters "
> 					"from the mft data attribute.%s", es);
> 			NVolSetErrors(vol);
> 		}

-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ