Home
last modified time | relevance | path

Searched hist:aa4066ed7ba60421423c35f66b789bb3dd21d89e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dxattr.cdiff aa4066ed7ba60421423c35f66b789bb3dd21d89e Mon Jan 23 15:49:28 CST 2012 Alex Elder <elder@dreamhost.com> ceph: encode type in vxattr callback routines

The names of the callback functions used for virtual extended
attributes are based only on the last component of the attribute
name. Because of the way these are defined, this precludes allowing
a single (lowest) attribute name for different callbacks, dependent
on the type of file being operated on. (For example, it might be
nice to support both "ceph.dir.layout" and "ceph.file.layout".)

Just change the callback names to avoid this problem.

Signed-off-by: Alex Elder <elder@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>