util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] losetup: rewrite
@ 2011-09-26 19:49 Davidlohr Bueso
  2011-09-30  9:35 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2011-09-26 19:49 UTC (permalink / raw)
  To: Karel Zak, util-linux

This is the first in a number of patchset series to come to rewrite this
tool using the loopdev library. We also aim to add it to the sys-utils/
directory in the attempt to start cleaning up mount/.

Instead of a complete rewrite from scratch, like it was initially
planned, its better to do it incrementally, which makes it easier to
regression test.

Thanks,
Davidlohr 

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

* Re: [PATCH 0/5] losetup: rewrite
  2011-09-26 19:49 [PATCH 0/5] losetup: rewrite Davidlohr Bueso
@ 2011-09-30  9:35 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2011-09-30  9:35 UTC (permalink / raw)
  To: Davidlohr Bueso; +Cc: util-linux

On Mon, Sep 26, 2011 at 04:49:49PM -0300, Davidlohr Bueso wrote:
> Instead of a complete rewrite from scratch, like it was initially
> planned, its better to do it incrementally, which makes it easier to
> regression test.

 I agree, do it incrementally is better for review. Anyway for merge
 into master branch we need all changes.

 Suggestion:

  1. use directly lib/loopdev.c stuff in mount.c and umount.c 

     -- I did this yesterday. So you don't have to fight with 
        unreadable spaghetti in mount.c (check_loop() is hell)...


  2. remove obsolete things (e.g. #ifdef !MAIN)

  3. remove code around old non-64bit ioctls

  4. remove lomount.h and loop.h (include/loopdev.h has to be enough)

  5. move mount/lomount.c to sys-utils/losetup.c

  6. use lib/loopdev.c stuff in sys-utils/losetup.c

     - it should be possible to initialize one struct loopdev_cxt in main() and
       use it in all operations

     - rather than many variables (capacity, find, all, showdev,
       assoc, delete, ...) use any enum for requested operation and
       switch(command) as a core of the main().



    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

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

end of thread, other threads:[~2011-09-30  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 19:49 [PATCH 0/5] losetup: rewrite Davidlohr Bueso
2011-09-30  9:35 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).