lkml.org 
[lkml]   [2011]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 10/10]include:linux Remove pointless "@" from various parts of the kernel
Date
From: "Justin P. Mattock" <justinmattock@gmail.com>

The patch series below removes some pointless "@"'s in various parts of the kernel.
Note: some might be useful, but then again, some just seemed a waste of space.
(and since the kernel is become bloated, might as well diet! even if it's a few bits)

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
include/linux/jbd.h | 2 +-
include/linux/jbd2.h | 2 +-
include/linux/rcupdate.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index e6a5e34..7f3b109 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -273,7 +273,7 @@ typedef struct journal_superblock_s
enum jbd_state_bits {
BH_JBD /* Has an attached ext3 journal_head */
= BH_PrivateStart,
- BH_JWrite, /* Being written to log (@@@ DEBUGGING) */
+ BH_JWrite, /* Being written to log DEBUGGING */
BH_Freed, /* Has been freed (truncated) */
BH_Revoked, /* Has been revoked from the log */
BH_RevokeValid, /* Revoked flag is valid */
diff --git a/include/linux/jbd2.h b/include/linux/jbd2.h
index 38f307b..4a7ad4b 100644
--- a/include/linux/jbd2.h
+++ b/include/linux/jbd2.h
@@ -305,7 +305,7 @@ typedef struct journal_superblock_s
enum jbd_state_bits {
BH_JBD /* Has an attached ext3 journal_head */
= BH_PrivateStart,
- BH_JWrite, /* Being written to log (@@@ DEBUGGING) */
+ BH_JWrite, /* Being written to log DEBUGGING */
BH_Freed, /* Has been freed (truncated) */
BH_Revoked, /* Has been revoked from the log */
BH_RevokeValid, /* Revoked flag is valid */
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index 8f4f881..cfb5d7b 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -443,7 +443,7 @@ extern int rcu_my_thread_group_empty(void);
__rcu_dereference_check((p), rcu_read_lock_sched_held() || (c), \
__rcu)

-#define rcu_dereference_raw(p) rcu_dereference_check(p, 1) /*@@@ needed? @@@*/
+#define rcu_dereference_raw(p) rcu_dereference_check(p, 1) /* needed? */

/**
* rcu_access_index() - fetch RCU index with no dereferencing
--
1.7.6


\
 
 \ /
  Last update: 2011-08-13 02:31    [W:0.060 / U:0.856 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site