]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ceph: pass unhandled ceph.* setxattrs through to MDS
authorSage Weil <sage@inktank.com>
Thu, 31 Jan 2013 19:53:41 +0000 (11:53 -0800)
committerSage Weil <sage@inktank.com>
Thu, 14 Feb 2013 02:25:51 +0000 (18:25 -0800)
commit3adf654ddbc355c23d75c6684128d4b067a7b792
treef667b613bfc1d08494628a4e4641cbf9ab30563f
parent8860147a01c4243f64f7d602dbf8342ca616ed45
ceph: pass unhandled ceph.* setxattrs through to MDS

If we do not specifically understand a setxattr on a ceph.* virtual
xattr, send it through to the MDS.  This allows us to implement new
functionality via the MDS without direct support on the client side.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Sam Lang <sam.lang@inktank.com>
fs/ceph/xattr.c