lkml.org 
[lkml]   [2007]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] NTFS: Rename apparently incorrect macro name "NTFS_DEBUG".
From
Date
Hi,

On Fri, 2007-02-02 at 05:46 -0500, Robert P. J. Day wrote:
> Replace the apparently incorrect macro name "NTFS_DEBUG" with
> "CONFIG_NTFS_DEBUG".
>
> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
>
> ---
>
> diff --git a/fs/ntfs/attrib.c b/fs/ntfs/attrib.c
> index c577d8e..2154d03 100644
> --- a/fs/ntfs/attrib.c
> +++ b/fs/ntfs/attrib.c
> @@ -1921,7 +1921,7 @@ s64 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size,
> u32 attr_len = 0; /* Silence stupid gcc warning. */
> bool mp_rebuilt;
>
> -#ifdef NTFS_DEBUG
> +#ifdef CONFIG_NTFS_DEBUG

The fix is also wrong. It should be:

#ifdef DEBUG

See fs/ntfs/Makefile for details...

> read_lock_irqsave(&ni->size_lock, flags);
> allocated_size = ni->allocated_size;
> read_unlock_irqrestore(&ni->size_lock, flags);

Best regards,

Anton
--
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-02-02 12:13    [W:0.035 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site