[<prev] [next>] [day] [month] [year] [list]
Message-Id: <4fe09e2c.4984440a.1bb0.028c@mx.google.com>
Date: Tue, 19 Jun 2012 23:43:26 +0800
From: haiboliu6@...il.com
To: linux-ext4@...r.kernel.org
Cc: Haibo Liu <HaiboLiu6@...i.com>, Haibo Liu <HaiboLiu6@...il.com>
Subject: [PATCH] delete a no useful sentence
From: Haibo Liu <HaiboLiu6@...i.com>
delete a no useful sentence
Signed-off-by: Haibo Liu <HaiboLiu6@...il.com>
---
fs/ext4/mballoc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index cb990b2..7223bd4 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -1016,7 +1016,6 @@ static int ext4_mb_get_buddy_page_lock(struct super_block *sb,
block++;
pnum = block / blocks_per_page;
- poff = block % blocks_per_page;
page = find_or_create_page(inode->i_mapping, pnum, GFP_NOFS);
if (!page)
return -EIO;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists