projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf892b
)
[PATCH] NTFS: rename incorrect check of NTFS_DEBUG with just DEBUG
author
Robert P. J. Day
<
[email protected]
>
Mon, 12 Feb 2007 08:51:45 +0000
(
00:51
-0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 12 Feb 2007 17:48:27 +0000
(09:48 -0800)
Replace the incorrect debugging check of "#ifdef NTFS_DEBUG" with
just "#ifdef DEBUG".
Signed-off-by: Robert P. J. Day <
[email protected]
>
Acked-by: Anton Altaparmakov <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ntfs/attrib.c
patch
|
blob
|
history
diff --git
a/fs/ntfs/attrib.c
b/fs/ntfs/attrib.c
index c577d8e1bd95d530604386e293f4ec5dd3884ce9..7659cc1929953cb0045d9451b1614e76a52e9b03 100644
(file)
--- 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 DEBUG
read_lock_irqsave(&ni->size_lock, flags);
allocated_size = ni->allocated_size;
read_unlock_irqrestore(&ni->size_lock, flags);