Badari Pulavarty <[EMAIL PROTECTED]> wrote:
>
> But I still don't understand why this can't happen
>  thro original code ..
> 
>       journal_destory()
>               iput(journal inode)
>                       do_writepages()
>                               generic_writepages()
>                                       ext3_writeback_writepage()
>                                               journal_start()
> 
>  what am i missing ?

presumably there are never any dirty pages or inodes when we run
journal_destroy().

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to