2009-04-16 19:24:07

by Alexander Beregalov

[permalink] [raw]
Subject: 2.6.30-rc2: reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)

Hi Jeff

The kernel prints this message every 20seconds
[ 836.973100]
[ 836.983494] REISERFS warning (device sda2): jdm-20004
reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
[ 836.983496]
[ 894.203634] REISERFS warning (device sda2): jdm-20004
reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
[ 894.203636]
[ 894.205784] REISERFS warning (device sda2): jdm-20004
reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)

commit a41f1a4715

CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set

I did not enable XATTR before,
should I enable it now ?


2009-04-17 19:26:46

by Jeff Mahoney

[permalink] [raw]
Subject: Re: 2.6.30-rc2: reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Beregalov wrote:
> Hi Jeff
>
> The kernel prints this message every 20seconds
> [ 836.973100]
> [ 836.983494] REISERFS warning (device sda2): jdm-20004
> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
> [ 836.983496]
> [ 894.203634] REISERFS warning (device sda2): jdm-20004
> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
> [ 894.203636]
> [ 894.205784] REISERFS warning (device sda2): jdm-20004
> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>
> commit a41f1a4715
>
> CONFIG_REISERFS_FS=y
> # CONFIG_REISERFS_CHECK is not set
> # CONFIG_REISERFS_PROC_INFO is not set
> # CONFIG_REISERFS_FS_XATTR is not set
>
> I did not enable XATTR before,
> should I enable it now ?

Thanks for the report. I'm taking a look at it now.

- -Jeff

- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAkno19wACgkQLPWxlyuTD7L9dQCeODUthInHguXbxmpmjKf2KpZB
3BAAmwTFgx4u/YlIoftrWy+x9nd8DrDO
=rdNj
-----END PGP SIGNATURE-----

2009-04-20 14:14:16

by Jeff Mahoney

[permalink] [raw]
Subject: Re: 2.6.30-rc2: reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alexander Beregalov wrote:
> Hi Jeff
>
> The kernel prints this message every 20seconds
> [ 836.973100]
> [ 836.983494] REISERFS warning (device sda2): jdm-20004
> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
> [ 836.983496]
> [ 894.203634] REISERFS warning (device sda2): jdm-20004
> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
> [ 894.203636]
> [ 894.205784] REISERFS warning (device sda2): jdm-20004
> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>
> commit a41f1a4715
>
> CONFIG_REISERFS_FS=y
> # CONFIG_REISERFS_CHECK is not set
> # CONFIG_REISERFS_PROC_INFO is not set
> # CONFIG_REISERFS_FS_XATTR is not set
>
> I did not enable XATTR before,
> should I enable it now ?

You shouldn't need to, and you shouldn't be seeing those messages.

What are you doing to reproduce it? I disabled the xattr config option,
copied a directory tree over and removed it. I didn't see anything.

- -Jeff

- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAknsgxYACgkQLPWxlyuTD7KkKwCfXsftdSG2/EcN0/GLvczu77BB
5DkAnA19mRH2GoxrM5l28kcVAXqKUcdB
=j/bW
-----END PGP SIGNATURE-----

2009-04-20 14:25:22

by Alexander Beregalov

[permalink] [raw]
Subject: Re: 2.6.30-rc2: reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)

2009/4/20 Jeff Mahoney <[email protected]>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Alexander Beregalov wrote:
>> Hi Jeff
>>
>> The kernel prints this message every 20seconds
>> [  836.973100]
>> [  836.983494] REISERFS warning (device sda2): jdm-20004
>> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>> [  836.983496]
>> [  894.203634] REISERFS warning (device sda2): jdm-20004
>> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>> [  894.203636]
>> [  894.205784] REISERFS warning (device sda2): jdm-20004
>> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>>
>> commit a41f1a4715
>>
>> CONFIG_REISERFS_FS=y
>> # CONFIG_REISERFS_CHECK is not set
>> # CONFIG_REISERFS_PROC_INFO is not set
>> # CONFIG_REISERFS_FS_XATTR is not set
>>
>> I did not enable XATTR before,
>> should I enable it now ?
>
> You shouldn't need to, and you shouldn't be seeing those messages.
>
> What are you doing to reproduce it? I disabled the xattr config option,
> copied a directory tree over and removed it. I didn't see anything.
Just regular work. For example kernel compiling.
I see that messages on 2 of 3 systems (x86 and parisc). The third
system is x86 also,
no messages at all. I do not know how to "switch" messages on.
Let me know if I can help, perhaps dump superblock or something.

2009-04-20 20:42:47

by Alex Romosan

[permalink] [raw]
Subject: Re: 2.6.30-rc2: reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)

Jeff Mahoney <[email protected]> writes:

> Alexander Beregalov wrote:
>> Hi Jeff
>>
>> The kernel prints this message every 20seconds
>> [ 836.973100]
>> [ 836.983494] REISERFS warning (device sda2): jdm-20004
>> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>> [ 836.983496]
>> [ 894.203634] REISERFS warning (device sda2): jdm-20004
>> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>> [ 894.203636]
>> [ 894.205784] REISERFS warning (device sda2): jdm-20004
>> reiserfs_delete_xattrs: Couldn't delete all xattrs (-13)
>>
>> commit a41f1a4715
>>
>> CONFIG_REISERFS_FS=y
>> # CONFIG_REISERFS_CHECK is not set
>> # CONFIG_REISERFS_PROC_INFO is not set
>> # CONFIG_REISERFS_FS_XATTR is not set
>>
>> I did not enable XATTR before,
>> should I enable it now ?
>
> You shouldn't need to, and you shouldn't be seeing those messages.
>
> What are you doing to reproduce it? I disabled the xattr config option,
> copied a directory tree over and removed it. I didn't see anything.

i see the same thing all the time. maybe not as often, but i get
plenty of these warnings. i have the same configuration as the above.
it started with 2.6.30-rc1 for me.

--alex--

--
| I believe the moment is at hand when, by a paranoiac and active |
| advance of the mind, it will be possible (simultaneously with |
| automatism and other passive states) to systematize confusion |
| and thus to help to discredit completely the world of reality. |