All of lore.kernel.org
 help / color / mirror / Atom feed
* - ext3-remove-unused-code-from-ext3_find_entry.patch removed from -mm tree
@ 2008-02-07  0:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-02-07  0:30 UTC (permalink / raw)
  To: m.kozlowski, mm-commits


The patch titled
     ext3: remove unused code from ext3_find_entry()
has been removed from the -mm tree.  Its filename was
     ext3-remove-unused-code-from-ext3_find_entry.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: ext3: remove unused code from ext3_find_entry()
From: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/ext3/namei.c |    4 ----
 1 file changed, 4 deletions(-)

diff -puN fs/ext3/namei.c~ext3-remove-unused-code-from-ext3_find_entry fs/ext3/namei.c
--- a/fs/ext3/namei.c~ext3-remove-unused-code-from-ext3_find_entry
+++ a/fs/ext3/namei.c
@@ -860,14 +860,10 @@ static struct buffer_head * ext3_find_en
 	int nblocks, i, err;
 	struct inode *dir = dentry->d_parent->d_inode;
 	int namelen;
-	const u8 *name;
-	unsigned blocksize;
 
 	*res_dir = NULL;
 	sb = dir->i_sb;
-	blocksize = sb->s_blocksize;
 	namelen = dentry->d_name.len;
-	name = dentry->d_name.name;
 	if (namelen > EXT3_NAME_LEN)
 		return NULL;
 	if (is_dx(dir)) {
_

Patches currently in -mm which might be from m.kozlowski@tuxland.pl are

origin.patch
git-mmc.patch
pid-fix-mips-irix-emulation-pid-usage-fix.patch
reiser4.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-07  0:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07  0:30 - ext3-remove-unused-code-from-ext3_find_entry.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.