Re: [PATCH 1/2] Add stack I/O manager.

2007-05-21 Thread Aneesh Kumar K.V
Theodore Tso wrote: On Wed, May 09, 2007 at 01:42:17PM +0530, Aneesh Kumar K.V wrote: From: Aneesh Kumar K.V [EMAIL PROTECTED] This I/O manager helps in stacking different I/O managers. For example one can stack the undo I/O manager on top of Unix I/O manager to achieve the undo

Re: [PATCH 1/2] Add stack I/O manager.

2007-05-21 Thread Theodore Tso
On Mon, May 21, 2007 at 03:57:26PM +0530, Aneesh Kumar K.V wrote: Can't we address the FIXME by calling the respective close routine in the failure case. You can but it doesn't address the biggest problem, which is if you're going to add all of this extra complexity, we might as well deal with

[PATCH 1/2] Add stack I/O manager.

2007-05-09 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V [EMAIL PROTECTED] This I/O manager helps in stacking different I/O managers. For example one can stack the undo I/O manager on top of Unix I/O manager to achieve the undo functionality. Signed-off-by: Aneesh Kumar K.V [EMAIL PROTECTED] --- lib/ext2fs/Makefile.in | 10

[PATCH 1/2] Add stack I/O manager.

2007-05-09 Thread Aneesh Kumar K.V
This I/O manager helps in stacking different I/O managers. For example one can stack the undo I/O manager on top of Unix I/O manager to achieve the undo functionality. Signed-off-by: Aneesh Kumar K.V [EMAIL PROTECTED] --- lib/ext2fs/Makefile.in | 10 +- lib/ext2fs/ext2_io.h |4 +