This is a note to let you know that I've just added the patch titled

    ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT

to the 3.4-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     ext4-fix-duplicated-mnt_drop_write-call-in-ext4_ioc_move_ext.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 331ae4962b975246944ea039697a8f1cadce42bb Mon Sep 17 00:00:00 2001
From: Al Viro <[email protected]>
Date: Wed, 18 Jul 2012 09:31:36 +0100
Subject: ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT

From: Al Viro <[email protected]>

commit 331ae4962b975246944ea039697a8f1cadce42bb upstream.

Caused, AFAICS, by mismerge in commit ff9cb1c4eead ("Merge branch
'for_linus' into for_linus_merged")

Signed-off-by: Al Viro <[email protected]>
Cc: Theodore Ts'o <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 fs/ext4/ioctl.c |    1 -
 1 file changed, 1 deletion(-)

--- a/fs/ext4/ioctl.c
+++ b/fs/ext4/ioctl.c
@@ -261,7 +261,6 @@ group_extend_out:
                err = ext4_move_extents(filp, donor_filp, me.orig_start,
                                        me.donor_start, me.len, &me.moved_len);
                mnt_drop_write_file(filp);
-               mnt_drop_write(filp->f_path.mnt);
 
                if (copy_to_user((struct move_extent __user *)arg,
                                 &me, sizeof(me)))


Patches currently in stable-queue which might be from [email protected] 
are

queue-3.4/ext4-fix-duplicated-mnt_drop_write-call-in-ext4_ioc_move_ext.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to