]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: handle xattrs on inode creation
authorSage Weil <sage@newdream.net>
Tue, 18 Oct 2011 20:38:21 +0000 (13:38 -0700)
committerSage Weil <sage@newdream.net>
Tue, 18 Oct 2011 23:18:33 +0000 (16:18 -0700)
commit13b0bbb3db24c36ab8fe3d1e179f14aab7d50a1c
treeb17974ef5599bb6bfbd83eb70a2514b22e65596d
parent298dbbe64f8b0738ec58db43782813d0686717c7
mds: handle xattrs on inode creation

Allow mknod, mkdir, symlink, create to provide xattrs for the new
inode.  This will be used by the kclient to set ACLs on new inodes
based on the parent directory.

Signed-off-by: Sage Weil <sage@newdream.net>
src/mds/Server.cc