All of lore.kernel.org
 help / color / mirror / Atom feed
* e2fsprogs: Undo I/O manager
@ 2007-05-09  8:12 Aneesh Kumar K.V
  2007-05-09  8:12   ` Aneesh Kumar K.V
  0 siblings, 1 reply; 7+ messages in thread
From: Aneesh Kumar K.V @ 2007-05-09  8:12 UTC (permalink / raw)
  To: linux-ext4, tytso; +Cc: aneesh.kumar

This is a very early prototype of what i working on. I have done only minimal
testing of this. To use one need to use the below steps.


       io_manager io_mng = stack_io_manager_init();
       stack_push_io_manager(io_mng, unix_io_manager);
       stack_push_io_manager(io_mng, undo_io_manager);
       flags = EXT2_FLAG_SOFTSUPP_FEATURES | EXT2_FLAG_RW;
       retval = ext2fs_open2(dev_name,"tdbfilename=/tmp/test.tdb&",
                                       flags, superblock, block_size,
                                       io_mng, &current_fs);

I am sending this across to find out if this is the approach that we want to follow.

-aneesh

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

end of thread, other threads:[~2007-05-21 15:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09  8:12 e2fsprogs: Undo I/O manager Aneesh Kumar K.V
2007-05-09  8:12 ` [PATCH 1/2] Add stack " Aneesh Kumar K.V
2007-05-09  8:12   ` Aneesh Kumar K.V
2007-05-09  8:12   ` [PATCH 2/2] Add undo " Aneesh Kumar K.V
2007-05-09  8:12     ` Aneesh Kumar K.V
2007-05-09  8:29   ` [PATCH 1/2] Add stack " Aneesh Kumar K.V
2007-05-19  3:31   ` Theodore Tso
2007-05-21 10:27     ` Aneesh Kumar K.V
2007-05-21 15:12       ` Theodore Tso

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.