All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix ext4 mismerge back in January
@ 2012-07-18  8:31 Al Viro
  2012-07-22 23:15 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2012-07-18  8:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Theodore Ts'o, linux-kernel, stable

Duplicate caused, AFAICS, by mismerge in ff9cb1c4eead5e4c292e75cd3170a82d66944101>

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c
--- a/fs/ext4/ioctl.c
+++ b/fs/ext4/ioctl.c
@@ -268,7 +268,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)))

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix ext4 mismerge back in January
  2012-07-18  8:31 [PATCH] fix ext4 mismerge back in January Al Viro
@ 2012-07-22 23:15 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2012-07-22 23:15 UTC (permalink / raw)
  To: Al Viro; +Cc: Linus Torvalds, linux-kernel, stable

On Wed, Jul 18, 2012 at 09:31:36AM +0100, Al Viro wrote:
> Duplicate caused, AFAICS, by mismerge in ff9cb1c4eead5e4c292e75cd3170a82d66944101>
> Cc: stable@vger.kernel.org
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Applied, thanks.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-22 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18  8:31 [PATCH] fix ext4 mismerge back in January Al Viro
2012-07-22 23:15 ` Theodore Ts'o

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.