]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: user.ceph.layout readonly for now
authorSage Weil <sage@newdream.net>
Mon, 28 Sep 2009 17:56:05 +0000 (10:56 -0700)
committerSage Weil <sage@newdream.net>
Mon, 28 Sep 2009 17:56:05 +0000 (10:56 -0700)
src/TODO
src/kernel/xattr.c

index 66cf0d853f35f3a79f3977a5e9027661748c2e4d..7cbdd1c215ac33fd935576ae186ff3aedf5ec4f8 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -72,6 +72,7 @@ kclient
 - make cap import/export more efficient?
 - flock, fnctl locks
 - ACLs
+  - init security xattrs
 - should we try to ref CAP_PIN on special inodes that are open?  
 - fix readdir vs fragment race by keeping a separate frag pos, and ignoring dentries below it
 - inotify for updates from other clients?
index 2c552586820fc6323d78f4f7957d8a9db04a0552..6ccfa5513914b9933137ec25b1f8b0d87e77922f 100644 (file)
@@ -98,7 +98,7 @@ static size_t ceph_vxattrcb_layout(struct ceph_inode_info *ci, char *val,
 }
 
 static struct ceph_vxattr_cb ceph_file_vxattrs[] = {
-       { false, "user.ceph.layout", ceph_vxattrcb_layout},
+       { true, "user.ceph.layout", ceph_vxattrcb_layout},
        { NULL, NULL }
 };