* ext4_put_super is not called during system shutdown or restart @ 2011-04-25 4:12 Zhao Cai 2011-04-25 14:26 ` Eric Sandeen 2011-04-25 18:23 ` Ted Ts'o 0 siblings, 2 replies; 10+ messages in thread From: Zhao Cai @ 2011-04-25 4:12 UTC (permalink / raw) To: linux-ext4 I would appreciate if anyone can give me an answer. Is it designed to be like this? Detailed situation: The system is ubuntu 11.04 installed in VMware. I notice that ext4_put_super() is called when I unmount a non-root ext4 partition. But it is not when I restart or shutdown the system. Thanks。 -- All the best, Zhao Cai -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 4:12 ext4_put_super is not called during system shutdown or restart Zhao Cai @ 2011-04-25 14:26 ` Eric Sandeen 2011-04-25 15:02 ` Amir Goldstein 2011-04-25 18:23 ` Ted Ts'o 1 sibling, 1 reply; 10+ messages in thread From: Eric Sandeen @ 2011-04-25 14:26 UTC (permalink / raw) To: Zhao Cai; +Cc: linux-ext4 On 4/24/11 11:12 PM, Zhao Cai wrote: > I would appreciate if anyone can give me an answer. Is it designed to > be like this? > > Detailed situation: The system is ubuntu 11.04 installed in VMware. I > notice that ext4_put_super() is called when I unmount a non-root ext4 > partition. But it is not when I restart or shutdown the system. Even for a non-root filesystem? I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... -Eric > Thanks。 > > -- All the best, > > Zhao Cai > > > -- To unsubscribe from this list: send the line "unsubscribe > linux-ext4" in the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 14:26 ` Eric Sandeen @ 2011-04-25 15:02 ` Amir Goldstein 2011-04-25 16:05 ` Zhao Cai 0 siblings, 1 reply; 10+ messages in thread From: Amir Goldstein @ 2011-04-25 15:02 UTC (permalink / raw) To: Eric Sandeen; +Cc: Zhao Cai, linux-ext4@vger.kernel.org On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: > On 4/24/11 11:12 PM, Zhao Cai wrote: >> I would appreciate if anyone can give me an answer. Is it designed to >> be like this? >> >> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >> notice that ext4_put_super() is called when I unmount a non-root ext4 >> partition. But it is not when I restart or shutdown the system. > > Even for a non-root filesystem? > > I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... This strangely reminds me of my report that xfstests sometimes fails to umount on Ubuntu 10.10. But I could be just trying to hold on to the hope of somebody else solving my problems... > > -Eric > >> Thanks。 >> >> -- All the best, >> >> Zhao Cai >> >> >> -- To unsubscribe from this list: send the line "unsubscribe >> linux-ext4" in the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- > To unsubscribe from this list: send the line "unsubscribe linux-ext4" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 15:02 ` Amir Goldstein @ 2011-04-25 16:05 ` Zhao Cai 2011-04-25 16:10 ` Eric Sandeen 0 siblings, 1 reply; 10+ messages in thread From: Zhao Cai @ 2011-04-25 16:05 UTC (permalink / raw) To: Eric Sandeen, Amir Goldstein; +Cc: ext4 mailing list Sorry, my mistake. It happens only when ext4 is the root file system. -Zhao On Apr 25, 2011, at 11:02 AM, Amir Goldstein wrote: > On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: >> On 4/24/11 11:12 PM, Zhao Cai wrote: >>> I would appreciate if anyone can give me an answer. Is it designed to >>> be like this? >>> >>> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >>> notice that ext4_put_super() is called when I unmount a non-root ext4 >>> partition. But it is not when I restart or shutdown the system. >> >> Even for a non-root filesystem? >> >> I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... > > This strangely reminds me of my report that xfstests sometimes fails > to umount on Ubuntu 10.10. > But I could be just trying to hold on to the hope of somebody else > solving my problems... > >> >> -Eric >> >>> Thanks。 >>> >>> -- All the best, >>> >>> Zhao Cai >>> >>> >>> -- To unsubscribe from this list: send the line "unsubscribe >>> linux-ext4" in the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 16:05 ` Zhao Cai @ 2011-04-25 16:10 ` Eric Sandeen 2011-04-25 16:12 ` Zhao Cai 0 siblings, 1 reply; 10+ messages in thread From: Eric Sandeen @ 2011-04-25 16:10 UTC (permalink / raw) To: Zhao Cai; +Cc: Amir Goldstein, ext4 mailing list On 4/25/11 11:05 AM, Zhao Cai wrote: > Sorry, my mistake. It happens only when ext4 is the root file system. that makes sense, since root is never actually unmounted; it just goes to readonly. -Eric > -Zhao > > > On Apr 25, 2011, at 11:02 AM, Amir Goldstein wrote: > >> On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: >>> On 4/24/11 11:12 PM, Zhao Cai wrote: >>>> I would appreciate if anyone can give me an answer. Is it designed to >>>> be like this? >>>> >>>> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >>>> notice that ext4_put_super() is called when I unmount a non-root ext4 >>>> partition. But it is not when I restart or shutdown the system. >>> >>> Even for a non-root filesystem? >>> >>> I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... >> >> This strangely reminds me of my report that xfstests sometimes fails >> to umount on Ubuntu 10.10. >> But I could be just trying to hold on to the hope of somebody else >> solving my problems... >> >>> >>> -Eric >>> >>>> Thanks。 >>>> >>>> -- All the best, >>>> >>>> Zhao Cai >>>> >>>> >>>> -- To unsubscribe from this list: send the line "unsubscribe >>>> linux-ext4" in the body of a message to majordomo@vger.kernel.org >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>> the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> > -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 16:10 ` Eric Sandeen @ 2011-04-25 16:12 ` Zhao Cai 2011-04-25 20:07 ` Zhao Cai 0 siblings, 1 reply; 10+ messages in thread From: Zhao Cai @ 2011-04-25 16:12 UTC (permalink / raw) To: Eric Sandeen; +Cc: Amir Goldstein, ext4 mailing list On Apr 25, 2011, at 12:10 PM, Eric Sandeen wrote: > On 4/25/11 11:05 AM, Zhao Cai wrote: >> Sorry, my mistake. It happens only when ext4 is the root file system. > > that makes sense, since root is never actually unmounted; it just goes to readonly. > > -Eric Thanks. That means it is designed to be like this! >> -Zhao >> >> >> On Apr 25, 2011, at 11:02 AM, Amir Goldstein wrote: >> >>> On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: >>>> On 4/24/11 11:12 PM, Zhao Cai wrote: >>>>> I would appreciate if anyone can give me an answer. Is it designed to >>>>> be like this? >>>>> >>>>> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >>>>> notice that ext4_put_super() is called when I unmount a non-root ext4 >>>>> partition. But it is not when I restart or shutdown the system. >>>> >>>> Even for a non-root filesystem? >>>> >>>> I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... >>> >>> This strangely reminds me of my report that xfstests sometimes fails >>> to umount on Ubuntu 10.10. >>> But I could be just trying to hold on to the hope of somebody else >>> solving my problems... >>> >>>> >>>> -Eric >>>> >>>>> Thanks。 >>>>> >>>>> -- All the best, >>>>> >>>>> Zhao Cai >>>>> >>>>> >>>>> -- To unsubscribe from this list: send the line "unsubscribe >>>>> linux-ext4" in the body of a message to majordomo@vger.kernel.org >>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>> >>>> -- >>>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>>> the body of a message to majordomo@vger.kernel.org >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>> >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-ext4" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 16:12 ` Zhao Cai @ 2011-04-25 20:07 ` Zhao Cai 2011-04-25 20:18 ` Eric Sandeen 0 siblings, 1 reply; 10+ messages in thread From: Zhao Cai @ 2011-04-25 20:07 UTC (permalink / raw) To: Eric Sandeen; +Cc: Amir Goldstein, ext4 mailing list In that case, how to make sure all the jbd2 transactions are fininshed before reboot? is it ext4_freeze and jbd2_journal_flush? Thanks. -- All the best, Zhao Cai On Apr 25, 2011, at 12:12 PM, Zhao Cai wrote: > On Apr 25, 2011, at 12:10 PM, Eric Sandeen wrote: > >> On 4/25/11 11:05 AM, Zhao Cai wrote: >>> Sorry, my mistake. It happens only when ext4 is the root file system. >> >> that makes sense, since root is never actually unmounted; it just goes to readonly. >> >> -Eric > > Thanks. That means it is designed to be like this! > >>> -Zhao >>> >>> >>> On Apr 25, 2011, at 11:02 AM, Amir Goldstein wrote: >>> >>>> On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: >>>>> On 4/24/11 11:12 PM, Zhao Cai wrote: >>>>>> I would appreciate if anyone can give me an answer. Is it designed to >>>>>> be like this? >>>>>> >>>>>> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >>>>>> notice that ext4_put_super() is called when I unmount a non-root ext4 >>>>>> partition. But it is not when I restart or shutdown the system. >>>>> >>>>> Even for a non-root filesystem? >>>>> >>>>> I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... >>>> >>>> This strangely reminds me of my report that xfstests sometimes fails >>>> to umount on Ubuntu 10.10. >>>> But I could be just trying to hold on to the hope of somebody else >>>> solving my problems... >>>> >>>>> >>>>> -Eric >>>>> >>>>>> Thanks。 >>>>>> >>>>>> -- All the best, >>>>>> >>>>>> Zhao Cai >>>>>> >>>>>> >>>>>> -- To unsubscribe from this list: send the line "unsubscribe >>>>>> linux-ext4" in the body of a message to majordomo@vger.kernel.org >>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>> >>>>> -- >>>>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>>>> the body of a message to majordomo@vger.kernel.org >>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>> >>> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- > To unsubscribe from this list: send the line "unsubscribe linux-ext4" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 20:07 ` Zhao Cai @ 2011-04-25 20:18 ` Eric Sandeen 2011-04-25 20:43 ` Zhao Cai 0 siblings, 1 reply; 10+ messages in thread From: Eric Sandeen @ 2011-04-25 20:18 UTC (permalink / raw) To: Zhao Cai; +Cc: Amir Goldstein, ext4 mailing list On 4/25/11 3:07 PM, Zhao Cai wrote: > In that case, how to make sure all the jbd2 transactions are fininshed before reboot? is it ext4_freeze and jbd2_journal_flush? the remount readonly path should do this, I think. ext4_remount ext4_mark_recovery_complete jbd2_journal_lock_updates jbd2_journal_flush -Eric > Thanks. > -- > All the best, > > Zhao Cai > > > On Apr 25, 2011, at 12:12 PM, Zhao Cai wrote: > >> On Apr 25, 2011, at 12:10 PM, Eric Sandeen wrote: >> >>> On 4/25/11 11:05 AM, Zhao Cai wrote: >>>> Sorry, my mistake. It happens only when ext4 is the root file system. >>> >>> that makes sense, since root is never actually unmounted; it just goes to readonly. >>> >>> -Eric >> >> Thanks. That means it is designed to be like this! >> >>>> -Zhao >>>> >>>> >>>> On Apr 25, 2011, at 11:02 AM, Amir Goldstein wrote: >>>> >>>>> On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: >>>>>> On 4/24/11 11:12 PM, Zhao Cai wrote: >>>>>>> I would appreciate if anyone can give me an answer. Is it designed to >>>>>>> be like this? >>>>>>> >>>>>>> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >>>>>>> notice that ext4_put_super() is called when I unmount a non-root ext4 >>>>>>> partition. But it is not when I restart or shutdown the system. >>>>>> >>>>>> Even for a non-root filesystem? >>>>>> >>>>>> I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... >>>>> >>>>> This strangely reminds me of my report that xfstests sometimes fails >>>>> to umount on Ubuntu 10.10. >>>>> But I could be just trying to hold on to the hope of somebody else >>>>> solving my problems... >>>>> >>>>>> >>>>>> -Eric >>>>>> >>>>>>> Thanks。 >>>>>>> >>>>>>> -- All the best, >>>>>>> >>>>>>> Zhao Cai >>>>>>> >>>>>>> >>>>>>> -- To unsubscribe from this list: send the line "unsubscribe >>>>>>> linux-ext4" in the body of a message to majordomo@vger.kernel.org >>>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>>> >>>>>> -- >>>>>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>>>>> the body of a message to majordomo@vger.kernel.org >>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>>> >>>> >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>> the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 20:18 ` Eric Sandeen @ 2011-04-25 20:43 ` Zhao Cai 0 siblings, 0 replies; 10+ messages in thread From: Zhao Cai @ 2011-04-25 20:43 UTC (permalink / raw) To: Eric Sandeen; +Cc: Amir Goldstein, ext4 mailing list On Apr 25, 2011, at 4:18 PM, Eric Sandeen wrote: > On 4/25/11 3:07 PM, Zhao Cai wrote: >> In that case, how to make sure all the jbd2 transactions are fininshed before reboot? is it ext4_freeze and jbd2_journal_flush? > > the remount readonly path should do this, I think. > > ext4_remount > ext4_mark_recovery_complete > jbd2_journal_lock_updates > jbd2_journal_flush > > -Eric >> Thanks, Eric. I appreciate your very prompt help. That clarify my question. -Zhao >> >> >> >> On Apr 25, 2011, at 12:12 PM, Zhao Cai wrote: >> >>> On Apr 25, 2011, at 12:10 PM, Eric Sandeen wrote: >>> >>>> On 4/25/11 11:05 AM, Zhao Cai wrote: >>>>> Sorry, my mistake. It happens only when ext4 is the root file system. >>>> >>>> that makes sense, since root is never actually unmounted; it just goes to readonly. >>>> >>>> -Eric >>> >>> Thanks. That means it is designed to be like this! >>> >>>>> -Zhao >>>>> >>>>> >>>>> On Apr 25, 2011, at 11:02 AM, Amir Goldstein wrote: >>>>> >>>>>> On Monday, April 25, 2011, Eric Sandeen <sandeen@redhat.com> wrote: >>>>>>> On 4/24/11 11:12 PM, Zhao Cai wrote: >>>>>>>> I would appreciate if anyone can give me an answer. Is it designed to >>>>>>>> be like this? >>>>>>>> >>>>>>>> Detailed situation: The system is ubuntu 11.04 installed in VMware. I >>>>>>>> notice that ext4_put_super() is called when I unmount a non-root ext4 >>>>>>>> partition. But it is not when I restart or shutdown the system. >>>>>>> >>>>>>> Even for a non-root filesystem? >>>>>>> >>>>>>> I don't know if ubuntu does anything special, but I would expect that during a system shutdown, non-root filesystems would be unmounted, and you'd get put_super called. Unless the fs is busy and it can't be unmounted for some reason... >>>>>> >>>>>> This strangely reminds me of my report that xfstests sometimes fails >>>>>> to umount on Ubuntu 10.10. >>>>>> But I could be just trying to hold on to the hope of somebody else >>>>>> solving my problems... >>>>>> >>>>>>> >>>>>>> -Eric >>>>>>> >>>>>>>> Thanks。 >>>>>>>> >>>>>>>> -- All the best, >>>>>>>> >>>>>>>> Zhao Cai >>>>>>>> >>>>>>>> >>>>>>>> -- To unsubscribe from this list: send the line "unsubscribe >>>>>>>> linux-ext4" in the body of a message to majordomo@vger.kernel.org >>>>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>>>> >>>>>>> -- >>>>>>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>>>>>> the body of a message to majordomo@vger.kernel.org >>>>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>>>>> >>>>> >>>> >>>> -- >>>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>>> the body of a message to majordomo@vger.kernel.org >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in >>> the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-ext4" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: ext4_put_super is not called during system shutdown or restart 2011-04-25 4:12 ext4_put_super is not called during system shutdown or restart Zhao Cai 2011-04-25 14:26 ` Eric Sandeen @ 2011-04-25 18:23 ` Ted Ts'o 1 sibling, 0 replies; 10+ messages in thread From: Ted Ts'o @ 2011-04-25 18:23 UTC (permalink / raw) To: Zhao Cai; +Cc: linux-ext4 On Mon, Apr 25, 2011 at 12:12:02AM -0400, Zhao Cai wrote: > I would appreciate if anyone can give me an answer. Is it designed > to be like this? > > Detailed situation: The system is ubuntu 11.04 installed in > VMware. I notice that ext4_put_super() is called when I unmount a > non-root ext4 partition. But it is not when I restart or shutdown > the system. > What happens on most Linux systems is that root file system gets remounted read/only during the reboot/shutdown sequence, whil non-root file systems are unmounted. I haven't tried 11.04 so I can't tell you what it is doing. If it isn't umounting the non-root file systems, or at least remounting the non-root file systems read/only, then something is probably going wrong. That's a question for the distribution.... - Ted ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-04-25 20:43 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-04-25 4:12 ext4_put_super is not called during system shutdown or restart Zhao Cai 2011-04-25 14:26 ` Eric Sandeen 2011-04-25 15:02 ` Amir Goldstein 2011-04-25 16:05 ` Zhao Cai 2011-04-25 16:10 ` Eric Sandeen 2011-04-25 16:12 ` Zhao Cai 2011-04-25 20:07 ` Zhao Cai 2011-04-25 20:18 ` Eric Sandeen 2011-04-25 20:43 ` Zhao Cai 2011-04-25 18:23 ` Ted Ts'o
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).