Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed test if filesystem is mounted with user_xattr. Was not working with btrfs. #402

Merged
merged 2 commits into from May 2, 2014

Conversation

ypid
Copy link
Contributor

@ypid ypid commented May 1, 2014

user_xattr is the default in btrfs and btrfs does not even allow the mount
option user_xattr (btrfs: unrecognized mount option 'user_xattr') the
previous test did report that the btrfs filesystem is not
mounted with user_xattr.

This new test tries to actually create a file with extended attributes.

Tested it with btrfs and tmpfs.

Robin Schneider added 2 commits May 1, 2014 17:57
…with btrfs.

user_xattr is the default in btrfs and btrfs does not even allow the mount
option user_xattr (btrfs: unrecognized mount option 'user_xattr') the
previous test did report that the btrfs filesystem is not
mounted with user_xattr.

This new test tries to actually create a file with extended attributes.

Tested it with btrfs and tmpfs.
gdha added a commit that referenced this pull request May 2, 2014
Fixed test if filesystem is mounted with user_xattr. Was not working with btrfs.
@gdha gdha merged commit 8a17504 into rear:master May 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants