Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359622
b: refs/heads/master
c: f36e447
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed Feb 14, 2013
1 parent 20cf53f commit c81edf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d421acb1ad7dfa31b7463b67f1593714b0b727c3
refs/heads/master: f36e4472969a78ae65e514b553e9a0feacb40a28
2 changes: 2 additions & 0 deletions trunk/fs/ceph/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ struct ceph_vxattr {
size_t (*getxattr_cb)(struct ceph_inode_info *ci, char *val,
size_t size);
bool readonly, hidden;
bool (*exists_cb)(struct ceph_inode_info *ci);
};

/* directories */
Expand Down Expand Up @@ -92,6 +93,7 @@ static size_t ceph_vxattrcb_dir_rctime(struct ceph_inode_info *ci, char *val,
.getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \
.readonly = true, \
.hidden = false, \
.exists_cb = NULL, \
}

static struct ceph_vxattr ceph_dir_vxattrs[] = {
Expand Down

0 comments on commit c81edf0

Please sign in to comment.