Playing with revision 19 from Subversion of OCFS2. It appears that when I create and then delete directories I will get the following error message when I unmount the partition: invalidate: busy buffer ... invalidate: busy buffer Has anyone else seen this? John
yeah and I don't think this is resolved yet. Manish, how often do you sync oss/svn with cvs ocfs2 ?Since we have so many updates coming in pretty much daily we should make sure we update often enough. On Tue, Feb 03, 2004 at 04:38:44PM -0800, Villalovos, John L wrote:> Playing with revision 19 from Subversion of OCFS2. > > It appears that when I create and then delete directories I will get the > following error message when I unmount the partition: > > invalidate: busy buffer > ... > invalidate: busy buffer > > > Has anyone else seen this? > > John > _______________________________________________ > Ocfs2-users mailing list > Ocfs2-users@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-users
Wim Coekaerts
2004-Feb-03 19:10 UTC
[Ocfs2-users] Re: [Ocfs2-devel] invalidate: busy buffer
actually kurt and marked fixed a bh leak yesterday so I think that might at least help ;) On Tue, Feb 03, 2004 at 05:03:23PM -0800, Lynch, Rusty wrote:> > > >-----Original Message----- > >From: ocfs2-devel-bounces@oss.oracle.com [mailto:ocfs2-devel- > >bounces@oss.oracle.com] On Behalf Of Villalovos, John L > >Sent: Tuesday, February 03, 2004 4:39 PM > >To: ocfs2-users@oss.oracle.com; ocfs2-devel@oss.oracle.com > >Subject: [Ocfs2-devel] invalidate: busy buffer > > > >Playing with revision 19 from Subversion of OCFS2. > > > >It appears that when I create and then delete directories I will get > the > >following error message when I unmount the partition: > > > >invalidate: busy buffer > >... > >invalidate: busy buffer > > > > > >Has anyone else seen this? > > > >John > > Yes, I am also seeing this on a 2.4.22 kernel. The warning is coming > from fs/buffer.c:invalidate_bdev(). Looks like we are not putting all > of the bh's before cleanup. > > --rusty > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-devel
Villalovos, John L
2004-Feb-04 18:40 UTC
[Ocfs2-users] RE: [Ocfs2-devel] invalidate: busy buffer
I just tried it today using revision 21 from SVN and I still see the issue. John> -----Original Message----- > From: wim.coekaerts@oracle.com [mailto:wim.coekaerts@oracle.com] > Sent: Tuesday, February 03, 2004 5:11 PM > To: Lynch, Rusty > Cc: Villalovos, John L; ocfs2-users@oss.oracle.com; > ocfs2-devel@oss.oracle.com > Subject: Re: [Ocfs2-devel] invalidate: busy buffer > > > actually kurt and marked fixed a bh leak yesterday > so I think that might at least help ;) > > On Tue, Feb 03, 2004 at 05:03:23PM -0800, Lynch, Rusty wrote: > > > > > > >-----Original Message----- > > >From: ocfs2-devel-bounces@oss.oracle.com [mailto:ocfs2-devel- > > >bounces@oss.oracle.com] On Behalf Of Villalovos, John L > > >Sent: Tuesday, February 03, 2004 4:39 PM > > >To: ocfs2-users@oss.oracle.com; ocfs2-devel@oss.oracle.com > > >Subject: [Ocfs2-devel] invalidate: busy buffer > > > > > >Playing with revision 19 from Subversion of OCFS2. > > > > > >It appears that when I create and then delete directories > I will get > > the > > >following error message when I unmount the partition: > > > > > >invalidate: busy buffer > > >... > > >invalidate: busy buffer > > > > > > > > >Has anyone else seen this? > > > > > >John > > > > Yes, I am also seeing this on a 2.4.22 kernel. The warning > is coming > > from fs/buffer.c:invalidate_bdev(). Looks like we are not > putting all > > of the bh's before cleanup. > > > > --rusty > > _______________________________________________ > > Ocfs2-devel mailing list > > Ocfs2-devel@oss.oracle.com > > http://oss.oracle.com/mailman/listinfo/ocfs2-devel >
Lynch, Rusty
2004-Feb-16 15:02 UTC
[Ocfs2-users] RE: [Ocfs2-devel] invalidate: busy buffer
>-----Original Message----- >From: ocfs2-devel-bounces@oss.oracle.com [mailto:ocfs2-devel- >bounces@oss.oracle.com] On Behalf Of Villalovos, John L >Sent: Tuesday, February 03, 2004 4:39 PM >To: ocfs2-users@oss.oracle.com; ocfs2-devel@oss.oracle.com >Subject: [Ocfs2-devel] invalidate: busy buffer > >Playing with revision 19 from Subversion of OCFS2. > >It appears that when I create and then delete directories I will getthe>following error message when I unmount the partition: > >invalidate: busy buffer >... >invalidate: busy buffer > > >Has anyone else seen this? > >JohnYes, I am also seeing this on a 2.4.22 kernel. The warning is coming from fs/buffer.c:invalidate_bdev(). Looks like we are not putting all of the bh's before cleanup. --rusty