All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libext2fs: delete unused "handle" variable
@ 2013-12-28  8:03 Jon Ernst
  2014-02-21  0:59 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Ernst @ 2013-12-28  8:03 UTC (permalink / raw)
  To: linux-ext4

[PATCH] libext2fs: delete unused "handle" variable
after commit 62f17f36031102a2a40fac338e063c556f73b94a,
variable "handle" has no use. So delete it.

Signed-off-by: Jon Enrst <jonernst07@gmail.com>
---
  lib/ext2fs/symlink.c | 1 -
  1 file changed, 1 deletion(-)

diff --git a/lib/ext2fs/symlink.c b/lib/ext2fs/symlink.c
index ad80444..b2ef66c 100644
--- a/lib/ext2fs/symlink.c
+++ b/lib/ext2fs/symlink.c
@@ -31,7 +31,6 @@
  errcode_t ext2fs_symlink(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t 
ino,
                          const char *name, char *target)
  {
-       ext2_extent_handle_t    handle;
         errcode_t               retval;
         struct ext2_inode       inode;
         ext2_ino_t              scratch_ino;
-- 
1.8.4.4


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

* Re: libext2fs: delete unused "handle" variable
  2013-12-28  8:03 [PATCH] libext2fs: delete unused "handle" variable Jon Ernst
@ 2014-02-21  0:59 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-02-21  0:59 UTC (permalink / raw)
  To: jon ernst; +Cc: linux-ext4

On Sat, Dec 28, 2013 at 03:03:41AM -0500, jon ernst wrote:
> [PATCH] libext2fs: delete unused "handle" variable
> after commit 62f17f36031102a2a40fac338e063c556f73b94a,
> variable "handle" has no use. So delete it.
> 
> Signed-off-by: Jon Enrst <jonernst07@gmail.com>

Thanks, applied.  (Apologies for the delay)

					- Ted

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

end of thread, other threads:[~2014-02-21  1:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-28  8:03 [PATCH] libext2fs: delete unused "handle" variable Jon Ernst
2014-02-21  0:59 ` 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.