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 <[EMAIL PROTECTED]>

Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] are

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

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to