Re: BUG: reiserfs+acl+quota deadlock

2005-08-18 Thread Jan Kara
Hello, > Jan Kara wrote: > >>Tried the attached patch but it changed nothing, I trying to create > >>a new file as a user whose quota grace time has ran out will still > >>cause everything accessing the users homedir (the one with the quota) > >>to hang in D state. > >> > >>Also note that the bu

Re: BUG: reiserfs+acl+quota deadlock

2005-08-13 Thread Jan Kara
> Tried the attached patch but it changed nothing, I trying to create > a new file as a user whose quota grace time has ran out will still > cause everything accessing the users homedir (the one with the quota) > to hang in D state. > > Also note that the bug I reported only exists when acl is als

Re: BUG: reiserfs+acl+quota deadlock

2005-08-12 Thread Tarmo Tänav
On R, 2005-08-12 at 18:55 +0400, Vladimir V. Saveliev wrote: > > It looks like the problem is that reiserfs_new_inode can be called either > having xattrs locked or not. > It does unlocking/locking xattrs on error handling path, but has no idea > about whether > xattrs are locked of not. > The a

Re: BUG: reiserfs+acl+quota deadlock

2005-08-12 Thread Tarmo Tänav
Vladimir V. Saveliev wrote: > > > It looks like the problem is that reiserfs_new_inode can be called > > either having xattrs locked or not. > > It does unlocking/locking xattrs on error handling path, but has no idea > > about whether > > xattrs are locked of not. > > The attached patch seems to

Re: BUG: reiserfs+acl+quota deadlock

2005-08-12 Thread Jeff Mahoney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vladimir V. Saveliev wrote: > Hello > > Jan Kara wrote: >>> Tried the attached patch but it changed nothing, I trying to create >>> a new file as a user whose quota grace time has ran out will still >>> cause everything accessing the users homedir

Re: BUG: reiserfs+acl+quota deadlock

2005-08-12 Thread Vladimir V. Saveliev
Hello Jan Kara wrote: Tried the attached patch but it changed nothing, I trying to create a new file as a user whose quota grace time has ran out will still cause everything accessing the users homedir (the one with the quota) to hang in D state. Also note that the bug I reported only exists wh

Re: BUG: reiserfs+acl+quota deadlock

2005-08-10 Thread Jan Kara
> Tried the attached patch but it changed nothing, I trying to create > a new file as a user whose quota grace time has ran out will still > cause everything accessing the users homedir (the one with the quota) > to hang in D state. > > Also note that the bug I reported only exists when acl is als

Re: BUG: reiserfs+acl+quota deadlock

2005-08-10 Thread Tarmo Tänav
Tried the attached patch but it changed nothing, I trying to create a new file as a user whose quota grace time has ran out will still cause everything accessing the users homedir (the one with the quota) to hang in D state. Also note that the bug I reported only exists when acl is also enabled (d

Re: BUG: reiserfs+acl+quota deadlock

2005-08-10 Thread Jan Kara
Hello, > I've already reported a similiar bug to the one I found now > and that was fixed by: > "[PATCH] reiserfs: fix deadlock in inode creation failure path w/ > default ACL" > > This bug is similiar in effect but has some differences in how > to trigger it. The end effect will be just like w

BUG: reiserfs+acl+quota deadlock

2005-08-09 Thread Tarmo Tänav
Hi, I've already reported a similiar bug to the one I found now and that was fixed by: "[PATCH] reiserfs: fix deadlock in inode creation failure path w/ default ACL" This bug is similiar in effect but has some differences in how to trigger it. The end effect will be just like with the other bug t