diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-01-14 14:33:35 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:03:59 -0400 |
commit | 69a32ac5175ec9bcfb407e8619a024e5eaea87b7 (patch) | |
tree | 0571a43258ce7417d1eb9cb5bcb50f53a10fb9e9 /fs/btrfs/xattr.c | |
parent | fdebe2bd70047e057827cba85ba31b2545e31900 (diff) |
Btrfs: Change magic string to reflect new format
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/xattr.c')
-rw-r--r-- | fs/btrfs/xattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c index 85ac42605f8d..4b3bd24af72b 100644 --- a/fs/btrfs/xattr.c +++ b/fs/btrfs/xattr.c | |||
@@ -454,7 +454,8 @@ static int btrfs_xattr_##name##_set(struct inode *inode, \ | |||
454 | if (*name == '\0') \ | 454 | if (*name == '\0') \ |
455 | return -EINVAL; \ | 455 | return -EINVAL; \ |
456 | return btrfs_xattr_set(inode, index, name, value, size, flags); \ | 456 | return btrfs_xattr_set(inode, index, name, value, size, flags); \ |
457 | } \ | 457 | } |
458 | |||
458 | BTRFS_XATTR_SETGET_FUNCS(security, BTRFS_XATTR_INDEX_SECURITY); | 459 | BTRFS_XATTR_SETGET_FUNCS(security, BTRFS_XATTR_INDEX_SECURITY); |
459 | BTRFS_XATTR_SETGET_FUNCS(system, BTRFS_XATTR_INDEX_SYSTEM); | 460 | BTRFS_XATTR_SETGET_FUNCS(system, BTRFS_XATTR_INDEX_SYSTEM); |
460 | BTRFS_XATTR_SETGET_FUNCS(user, BTRFS_XATTR_INDEX_USER); | 461 | BTRFS_XATTR_SETGET_FUNCS(user, BTRFS_XATTR_INDEX_USER); |