]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: don't getxattr and setxattr at the same time
authorYan, Zheng <zyan@redhat.com>
Tue, 24 Nov 2015 12:16:09 +0000 (20:16 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 7 Mar 2016 07:59:12 +0000 (15:59 +0800)
commita2def5e29fec187093d6d406b349844be5b58140
tree5af4be778cdfff1c9cba0a743d995b36c02d7ea4
parent1cc9d52ef7cc4904b1386a0a954db55bda449b57
mds: don't getxattr and setxattr at the same time

If an osd request contains write operation, the reply will not
carry output data. So we can't getxattr and setxattr in single
OSD request.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/CInode.cc