All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ex4: remove unused assignment
@ 2012-10-25 14:21 Alan Cox
  2012-11-08 17:22 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2012-10-25 14:21 UTC (permalink / raw)
  To: linux-ext4

From: Alan Cox <alan@linux.intel.com>

Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 fs/ext4/mballoc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 526e553..2c5a48f 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -1373,7 +1373,7 @@ static int mb_find_extent(struct ext4_buddy *e4b, int block,
 	ex->fe_start += next;
 
 	while (needed > ex->fe_len &&
-	       (buddy = mb_find_buddy(e4b, order, &max))) {
+	       mb_find_buddy(e4b, order, &max)) {
 
 		if (block + 1 >= max)
 			break;


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

* Re: [PATCH] ex4: remove unused assignment
  2012-10-25 14:21 [PATCH] ex4: remove unused assignment Alan Cox
@ 2012-11-08 17:22 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2012-11-08 17:22 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-ext4

On Thu, Oct 25, 2012 at 03:21:55PM +0100, Alan Cox wrote:
> From: Alan Cox <alan@linux.intel.com>
> 
> Signed-off-by: Alan Cox <alan@linux.intel.com>

Thanks, applied.

					- Ted

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

end of thread, other threads:[~2012-11-08 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-25 14:21 [PATCH] ex4: remove unused assignment Alan Cox
2012-11-08 17:22 ` 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.